@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

@font-face {
  font-family: "Antonio";
  src: url("../font/Antonio-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Antonio";
  src: url("../font/Antonio-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@media screen and (max-width: 1119px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1120 * 100vw);
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  color: #1B1B1C;
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  position: relative;
  background: #1B1B1C;
  font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  body {
    padding-bottom: env(safe-area-inset-bottom);
  }
}
body::before {
  content: "";
  position: fixed;
  top: -10rem;
  left: -10rem;
  width: calc(100% + 20rem);
  height: calc(100% + 20rem);
  background-image: url("../img/noise.png");
  background-repeat: repeat;
  opacity: 0.03;
  pointer-events: none;
  z-index: 100;
  animation: 1s steps(2) 0s infinite normal none running glitch;
}

@keyframes glitch {
  0% {
    transform: translate3d(0, 9rem, 0);
  }
  10% {
    transform: translate3d(-1rem, -4rem, 0);
  }
  20% {
    transform: translate3d(-8rem, 2rem, 0);
  }
  30% {
    transform: translate3d(9rem, -9rem, 0);
  }
  40% {
    transform: translate3d(-2rem, 7rem, 0);
  }
  50% {
    transform: translate3d(-9rem, -4rem, 0);
  }
  60% {
    transform: translate3d(2rem, 6rem, 0);
  }
  70% {
    transform: translate3d(7rem, -8rem, 0);
  }
  80% {
    transform: translate3d(-9rem, 1rem, 0);
  }
  90% {
    transform: translate3d(6rem, -5rem, 0);
  }
  100% {
    transform: translate3d(-7rem, 0, 0);
  }
}
a {
  text-decoration: none;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  [data-mouse-stalker], [data-mouse-stalker2] {
    cursor: none !important;
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  [data-mouse-stalker]:hover, [data-mouse-stalker2]:hover {
    cursor: none !important;
  }
}
.mouse-stalker {
  pointer-events: none;
  cursor: none;
  position: fixed;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .mouse-stalker {
    display: none;
  }
}
.mouse-stalker {
  top: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
  transform: translate(0, 0);
  background: rgba(196, 75, 0, 0.5);
  backdrop-filter: blur(4px);
  border-radius: 50%;
  transition: width 0.3s, height 0.3s, top 0.3s, left 0.3s;
}
.mouse-stalker.js-hover {
  transition: width 0.3s, height 0.3s, top 0.3s, left 0.3s;
  top: -2.8125rem;
  left: -2.8125rem;
  width: 5.625rem;
  height: 5.625rem;
}
.mouse-stalker.js-hover span {
  opacity: 1;
  visibility: visible;
}
.mouse-stalker.js-hover svg {
  opacity: 1;
  visibility: visible;
}
.mouse-stalker {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 4px;
}
.mouse-stalker span {
  font-family: ibm-plex-mono, sans-serif;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.072em;
  opacity: 0;
  visibility: hidden;
}
.mouse-stalker svg {
  width: 1.125rem;
  opacity: 0;
  visibility: hidden;
}

.mouse-stalker2 {
  mix-blend-mode: difference;
  background: #fff;
  backdrop-filter: blur(0px);
}
.mouse-stalker2.js-hover {
  transition: width 0.3s, height 0.3s, top 0.3s, left 0.3s;
  top: -1.5625rem;
  left: -1.5625rem;
  width: 3.125rem;
  height: 3.125rem;
}

.l-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  mix-blend-mode: difference;
  color: #fff;
  translate: 0;
}

.l-header.is-top {
  translate: 0 -100%;
  animation: 0.5s 0.2s forwards ease-in-out headerIn;
}

@keyframes headerIn {
  0% {
    translate: 0 -100%;
  }
  100% {
    translate: 0;
  }
}
.l-header__inner {
  padding: 16px 20px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  column-gap: 230px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-header__inner {
    padding: 16px 20px;
    column-gap: 100px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding: 16px 18px;
    column-gap: 0;
  }
}
.l-main {
  overflow-x: clip;
  background: #ffffff;
  position: relative;
  z-index: 2;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1120px;
  height: inherit;
  padding: 0 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 540px;
    padding: 0 1.25rem;
  }
}

.l-inner__narrow {
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    padding: 0 1.25rem;
    max-width: 500px;
  }
}

.c-heading {
  font-family: imbue-variable, sans-serif;
  font-size: min(40px, 1.9444444444vw);
  font-weight: 200;
  line-height: 100%;
  letter-spacing: -0.28px;
}
@media screen and (max-width: 767px) {
  .c-heading {
    font-size: 1.4375rem;
    letter-spacing: -0.23px;
  }
}
.c-heading--orange {
  color: #DE5126;
}

.c-h1-head {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}

.c-h1-head__title--en {
  font-family: "Antonio", sans-serif;
  font-size: 9.25rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.4625rem;
  text-transform: uppercase;
  overflow: hidden;
  opacity: 0;
}
.c-h1-head__title--en > span {
  display: inline-block;
  transform: translateY(-140%);
}
@media screen and (max-width: 767px) {
  .c-h1-head__title--en {
    font-size: 5rem;
    letter-spacing: -0.25rem;
  }
}

.c-h1-head__title--ja {
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
  overflow: hidden;
  opacity: 0;
}
.c-h1-head__title--ja > span {
  display: inline-block;
  transform: translateY(-140%);
}
@media screen and (max-width: 767px) {
  .c-h1-head__title--ja {
    font-size: 1.125rem;
  }
}

.c-btn {
  display: inline-block;
  font-family: ibm-plex-mono, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
  width: 43rem;
  height: auto;
  padding: 1.25rem 2rem;
  border: 1px solid #1B1B1C;
  background: transparent;
  transition: color 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.c-btn span {
  position: relative;
  z-index: 1;
}
.c-btn::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1B1B1C;
  transform: translateY(100%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-btn {
    padding: 0.75rem 1.25rem;
    width: 15.4375rem;
  }
}
@media (hover: hover) {
  .c-btn:hover {
    color: #ffffff;
    border-color: #1B1B1C;
  }
  .c-btn:hover::after {
    animation: c-btn-bg-in 0.3s ease-out forwards;
  }
  .c-btn:not(:hover)::after {
    animation: c-btn-bg-out 0.3s ease-out forwards;
  }
}

@keyframes c-btn-bg-in {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes c-btn-bg-out {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
.c-works__card-wrap {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  column-gap: 1.375rem;
  row-gap: 11.25rem;
  opacity: 0;
  filter: blur(10px);
  transition: opacity 0.3s ease, filter 0.5s ease;
}
.c-works__card-wrap.is-show {
  opacity: 1;
  filter: blur(0px);
}
@media screen and (max-width: 767px) {
  .c-works__card-wrap {
    grid-template-columns: 1fr;
    row-gap: 2.5rem;
  }
}
.p-top-works .c-works__card-wrap {
  display: block;
  grid-template-columns: none;
  column-gap: 0;
  row-gap: 0;
}
@media screen and (max-width: 767px) {
  .p-top-works .c-works__card-wrap {
    grid-template-columns: none;
    row-gap: 0;
  }
}

.c-works__card {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .c-works__card:nth-child(1) {
    grid-column: 1/11;
    grid-row: 1/2;
  }
  .c-works__card:nth-child(2) {
    grid-column: 17/25;
    grid-row: 1/2;
  }
  .c-works__card:nth-child(3) {
    grid-column: 6/19;
    grid-row: 2/3;
  }
  .c-works__card:nth-child(4) {
    grid-column: 1/8;
    grid-row: 3/4;
  }
  .c-works__card:nth-child(5) {
    grid-column: 14/25;
    grid-row: 3/4;
  }
}
.p-top-works .c-works__card {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  row-gap: 0;
}
@media screen and (max-width: 767px) {
  .p-top-works .c-works__card {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }
}

.c-works__card-img {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  border: 1px solid rgba(211, 211, 211, 0.5);
}
.p-top-works .c-works__card-img {
  aspect-ratio: 1/1.5;
  border-radius: 0.75em;
  flex: none;
  width: max(24vw, 12rem);
  overflow: hidden;
  height: auto;
}

.c-works__card-img-static {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.3s ease;
}

@media (min-width: 768px) {
  .p-web-works .c-works__card:hover .c-works__card-img-static {
    opacity: 0;
  }
}

.c-works__card-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  filter: blur(10px);
  pointer-events: none;
  transition: opacity 0.6s ease, filter 1s ease, border 0s ease;
  display: block;
}
.p-top-works .c-works__card-video {
  display: none;
}

@media (min-width: 768px) {
  .p-web-works .c-works__card:hover .c-works__card-video {
    opacity: 1;
    filter: blur(0px);
    transition: opacity 0.8s ease, filter 1s ease, border 0s ease;
  }
}
@media screen and (max-width: 767px) {
  .p-web-works .c-works__card-video {
    display: none;
  }
}

.p-top-works .c-works__card-img-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-works__card-text {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.p-top-works .c-works__card-text {
  grid-column-gap: 0.75em;
  grid-row-gap: 0.75em;
  white-space: nowrap;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 2em;
  display: flex;
  row-gap: 0;
}
@media screen and (max-width: 767px) {
  .p-top-works .c-works__card-text {
    grid-column-gap: 0.5em;
    grid-row-gap: 0.5em;
    padding-top: 1em;
  }
}

.c-works__card-title {
  font-size: min(1.75rem, 1.9444444444vw);
  font-weight: 300;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-works__card-title {
    font-size: 1.75rem;
  }
}
.p-top-works .c-works__card-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top-works .c-works__card-title {
    font-size: 1.25em;
  }
}

.c-works__card-explain {
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.6;
  color: inherit;
  margin-block-end: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-works__card-explain {
    font-size: 0.8125rem;
  }
}

.p-top-works .c-works__card-label {
  color: rgba(19, 19, 19, 0.6);
  background-color: #fff;
  border-radius: 100em;
  padding: 0.5em 0.75em;
  font-size: 0.75em;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-top-works .c-works__card-label {
    font-size: 0.625em;
  }
}

.c-works__card-meta {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 10rem 1fr auto;
  column-gap: 20%;
}
@media (max-width: 1900px) {
  .c-works__card-meta {
    column-gap: 10%;
  }
}
.c-works__card-meta span {
  display: block;
  font-family: ibm-plex-mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.0325rem;
}
.c-works__card-meta span:last-child {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-works__card-meta {
    column-gap: 8.5333333333vw;
    grid-template-columns: 38% 1fr auto;
  }
}

.p-header__sideNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-header__sideNav--right {
    justify-content: end;
  }
}
.p-header__logo {
  display: block;
  flex-shrink: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-header__logo {
    display: block;
    flex-shrink: 0;
    text-align: center;
  }
}
.p-header__logoLink {
  font-family: "Antonio", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
  display: block;
  color: inherit;
  text-decoration: none;
  padding-inline-end: 0.2em;
}

.p-header__link {
  font-family: ibm-plex-mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-transform: uppercase;
  height: 1.5rem;
  overflow: hidden;
  display: block;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-header__link {
    font-size: 0.75rem;
    height: 1.5rem;
  }
}
.p-header__before,
.p-header__after {
  display: block;
  transition: translate 0.3s ease;
}

.p-header__item--services {
  position: relative;
}

.p-header__icon {
  display: inline-block;
  position: relative;
  font-size: 0;
}
.p-header__icon::before {
  content: "+";
  font-size: 0.875rem;
  transition: opacity 0.3s ease;
}
.p-header__icon::after {
  content: "−";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.875rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.p-header__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 1.25rem 0.3125rem;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.625rem);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  white-space: nowrap;
  z-index: 1000;
}

.p-header__item--services:hover .p-header__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.p-header__item--services:hover .p-header__icon::before {
  opacity: 0;
}
.p-header__item--services:hover .p-header__icon::after {
  opacity: 1;
}

.p-header__dropdown-item {
  margin-bottom: 0;
}

.p-header__dropdown-link {
  font-family: ibm-plex-mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5rem;
  display: block;
  padding: 0;
  color: inherit;
  text-decoration: none;
  height: 1.5rem;
  overflow: hidden;
  position: relative;
}

.p-header__dropdown-sub {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0.5rem 1.5rem;
}

.p-header__dropdown-sub-item {
  margin-bottom: 0;
}

.p-header__dropdown-sub .p-header__dropdown-link {
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  font-size: 0.8125rem;
  font-variation-settings: "wdth" 100, "wght" 300;
  line-height: 1.25rem;
  height: 1.25rem;
}

@media (any-hover: hover) {
  .p-header__link:hover,
  .p-header__logoLink:hover {
    cursor: pointer;
  }
  .p-header__link:hover .p-header__before,
  .p-header__logoLink:hover .p-header__before {
    translate: 0 -100%;
  }
  .p-header__link:hover .p-header__after,
  .p-header__logoLink:hover .p-header__after {
    translate: 0 -100%;
  }
  .p-header__dropdown-link:hover .p-header__before {
    translate: 0 -100%;
  }
  .p-header__dropdown-link:hover .p-header__after {
    translate: 0 -100%;
  }
}
.p-drawer__icon {
  position: fixed;
  z-index: 101;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 1.0625rem;
  right: 1.25rem;
  width: 1.5rem;
  height: 1rem;
}
@media screen and (min-width: 768px) {
  .p-drawer__icon {
    display: none;
  }
}

.p-drawer__icon--bar {
  width: 100%;
  height: 0.0625rem;
  background: #000;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 0.46875rem;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -0.46875rem;
}

.p-drawer__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 98;
}
@media screen and (max-width: 767px) {
  .p-drawer__overlay {
    height: 100lvh;
  }
}
.p-drawer__overlay.is-show {
  opacity: 1;
  visibility: visible;
}

.p-drawer {
  position: fixed;
  z-index: 99;
  overflow-y: scroll;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  background: rgba(242, 242, 242, 0.8);
  backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-drawer {
    height: 100lvh;
  }
}
.p-drawer.js-show {
  opacity: 1;
  visibility: visible;
}

.p-drawer__icon--bar {
  transition: all 0.5s ease;
}

.p-drawer__nav {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  margin-block-start: 3.875rem;
}

.p-drawer__item {
  color: #1B1B1C;
  display: block;
  width: fit-content;
  font-family: "Antonio", sans-serif;
  font-size: 4.0625rem;
  font-weight: 700;
  line-height: 96%;
  letter-spacing: -0.08125rem;
  text-transform: uppercase;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  text-decoration: none;
}

.p-drawer__item-wrapper {
  display: flex;
  flex-direction: column;
}

.p-drawer__services-text {
  display: inline-block;
}

.p-drawer__icon {
  display: inline-block;
  position: relative;
  font-family: "Antonio", sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 96%;
  letter-spacing: 0;
  margin-inline-start: 0;
  vertical-align: baseline;
}

.p-drawer__icon-plus,
.p-drawer__icon-minus {
  display: inline-block;
  transition: opacity 0.3s ease;
  font-family: "Antonio", sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 96%;
  letter-spacing: 0;
}

.p-drawer__icon-minus {
  display: none;
  translate: 0.1875rem -0.25rem;
}

.p-drawer__item-wrapper.is-open .p-drawer__icon-plus {
  display: none;
}
.p-drawer__item-wrapper.is-open .p-drawer__icon-minus {
  display: block;
}

.p-drawer__sub-list {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), margin-block-start 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  margin-block-start: 0;
}

.p-drawer__item-wrapper.is-open .p-drawer__sub-list {
  margin-block-start: 1.25rem;
  padding-block-end: 1.5rem;
}

.p-drawer__sub-item {
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
}

.p-drawer__sub-link {
  display: block;
  font-family: ibm-plex-mono, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #1B1B1C;
  text-decoration: none;
  overflow: hidden;
}

.p-drawer__sub-item--has-sub {
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
}

.p-drawer__sub-sub-list {
  display: flex;
  flex-direction: column;
  row-gap: 0.875rem;
  margin-inline-start: 1.75rem;
  margin-block-start: 0.75rem;
}

.p-drawer__sub-sub-link {
  display: block;
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1;
  color: #1B1B1C;
  text-decoration: none;
  overflow: hidden;
  height: 0.9375rem;
}

.p-drawer__before,
.p-drawer__after {
  display: block;
  transition: translate 0.3s ease;
}

.p-drawer__bottom {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
  padding: 1.125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-drawer__bottom-link,
.p-drawer__copy {
  font-family: ibm-plex-mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 0.875rem;
  text-decoration: none;
  color: #1B1B1C;
}

.p-footer__wrap {
  display: block;
}

.p-footer {
  background: #1B1B1C;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-inline: 1.125rem;
  }
}

.p-footer__upper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-block-start: 1.25rem;
  padding-block-end: 5.5555555556vw;
  border-block-end: 0.0625rem solid #fff;
}
@media screen and (max-width: 767px) {
  .p-footer__upper {
    padding-block-start: 0.625rem;
    padding-block-end: 16.8vw;
  }
}

.p-footer__rp {
  margin-block-start: -1.875rem;
  width: 28.3125rem;
  height: auto;
}
@media (max-width: 999px) {
  .p-footer__rp {
    width: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__rp {
    margin-block-start: -0.625rem;
    width: 12.5rem;
  }
}

.p-footer__rp-logo {
  width: 100%;
  height: auto;
}

.p-footer__logo {
  display: block;
  width: 6.125rem;
  height: auto;
  aspect-ratio: 1;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 3.3125rem;
  }
}
@media (any-hover: hover) {
  .p-footer__logo:hover {
    opacity: 0.7;
  }
}

.p-footer__list {
  display: flex;
  align-items: flex-start;
  column-gap: 1.25rem;
  padding-block-start: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer__list {
    flex-direction: column;
    row-gap: 1.25rem;
  }
}

.p-footer__item {
  min-width: 9.875rem;
  display: flex;
  align-items: flex-start;
  column-gap: 1rem;
}
@media (max-width: 1199px) {
  .p-footer__item {
    min-width: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__item {
    min-width: 6.875rem;
    column-gap: 0rem;
  }
}

.p-footer__link {
  font-family: ibm-plex-mono, sans-serif;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 0.875rem;
  height: 0.875rem;
  overflow: hidden;
  background: transparent;
  border: none;
  cursor: pointer;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-footer__link {
    min-width: 6.875rem;
    text-align: left;
  }
}

.p-footer__sub-list {
  display: flex;
  flex-direction: column;
  row-gap: 0.375rem;
  padding-inline-end: 3.125rem;
}
@media (max-width: 999px) {
  .p-footer__sub-list {
    padding-inline-end: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__sub-list {
    row-gap: 0.75rem;
    padding-inline-end: 0rem;
  }
}

.p-footer__sub-link {
  display: block;
  color: #fff;
  font-family: ibm-plex-mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  overflow: hidden;
  height: 0.875rem;
  text-decoration: none;
}

.p-footer__sub-item--has-sub {
  display: flex;
  flex-direction: column;
  row-gap: 0.375rem;
}

.p-footer__sub-sub-list {
  display: flex;
  flex-direction: column;
  row-gap: 0rem;
  margin-inline-start: 1.5rem;
  margin-block-start: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer__sub-sub-list {
    margin-inline-start: 1.25rem;
  }
}

.p-footer__sub-sub-link {
  display: block;
  color: #fff;
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 1.25rem;
  overflow: hidden;
  height: 1.25rem;
  text-decoration: none;
}

.p-footer__bottom-text {
  margin-block-start: 4.4444444444vw;
  font-family: instrument-sans-variable, sans-serif;
  width: 31.875rem;
  font-size: 1.125rem;
  font-variation-settings: "wdth" 100, "wght" 100;
  line-height: 100%;
  letter-spacing: -0.0135rem;
  color: #fff;
  opacity: 0.3;
  margin-inline-start: auto;
  padding-inline-end: 7.375rem;
}
@media (max-width: 999px) {
  .p-footer__bottom-text {
    width: 24.375rem;
    padding-inline-end: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__bottom-text {
    width: 14.375rem;
    font-size: 0.875rem;
    margin-inline-start: auto;
  }
}

.p-footer__bottom-logo {
  color: #fff;
  font-family: "Antonio", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
  text-decoration: none;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom-logo {
    grid-column: 1/4;
    font-size: 3.4375rem;
    line-height: 1;
    height: unset;
  }
}

.p-footer__bottom-list-wrap {
  margin-block-start: 12.5vw;
  display: grid;
  grid-template-columns: 1fr auto auto;
  column-gap: 1.25rem;
  align-items: end;
  padding-block-end: 1.25rem;
}
@media (max-width: 999px) {
  .p-footer__bottom-list-wrap {
    margin-block-start: 8.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__bottom-list-wrap {
    margin-block-start: 24vw;
    grid-template-columns: 1fr;
    row-gap: 3rem;
    padding-block-end: 2.5rem;
    align-items: end;
  }
}

.p-footer__bottom-list {
  display: flex;
  align-items: end;
  column-gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom-list {
    width: 100%;
    justify-content: space-between;
  }
}

.p-footer__bottom-item:nth-child(1) {
  width: 21rem;
}
.p-footer__bottom-item:nth-child(2) {
  width: 17.0625rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}
.p-footer__bottom-item:nth-child(3) {
  width: 13.875rem;
}
@media (max-width: 1200px) {
  .p-footer__bottom-item:nth-child(1) {
    width: 17.5rem;
  }
  .p-footer__bottom-item:nth-child(2) {
    width: 15rem;
  }
  .p-footer__bottom-item:nth-child(3) {
    width: 11.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__bottom-item {
    min-width: unset;
  }
  .p-footer__bottom-item:nth-child(1) {
    width: fit-content;
  }
  .p-footer__bottom-item:nth-child(2) {
    display: flex;
    flex-direction: row;
    width: fit-content;
    column-gap: 1.375rem;
  }
  .p-footer__bottom-item:nth-child(3) {
    width: fit-content;
  }
}

.p-footer__bottom-item-credit {
  display: flex;
  align-items: center;
  column-gap: 0.25rem;
}
.p-footer__bottom-item-credit span {
  color: #ffffff;
}

.p-footer__credit-trigger {
  position: relative;
  display: inline-block;
}

.p-footer__bottom-link {
  display: block;
  font-family: ibm-plex-mono, sans-serif;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 0.875rem;
  height: 0.875rem;
  overflow: hidden;
  text-decoration: none;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom-link {
    height: unset;
    text-align: left;
  }
}

.p-footer__bottom-link--credit {
  position: relative;
  cursor: pointer;
}

.p-footer__credit {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 0.75rem);
  transform: translate(-50%, 0.5rem);
  padding: 0.625rem 1rem;
  border-radius: 0.375rem;
  background: #f2f2f2;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.35);
  display: inline-flex;
  align-items: center;
  column-gap: 0.375rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-footer__credit {
    bottom: calc(100% + 0.5rem);
  }
}

@media screen and (max-width: 767px) {
  .p-footer__credit-trigger.satoshi .p-footer__credit {
    transform: translate(-70%, 0.5rem);
  }
}

.p-footer__credit-trigger.is-open .p-footer__credit {
  opacity: 1;
  transform: translate(-50%, 0);
  pointer-events: auto;
}

@media screen and (max-width: 767px) {
  .p-footer__credit-trigger.satoshi.is-open .p-footer__credit {
    transform: translate(-70%, 0);
  }
}
.p-footer__credit .p-footer__credit-name {
  font-family: ibm-plex-mono, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #1b1b1c !important;
}

.p-footer__credit-handle {
  font-family: ibm-plex-mono, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  color: #1b1b1c !important;
  text-decoration: none;
}
.p-footer__credit-handle span {
  color: #de5126;
}

@media (min-width: 768px) and (any-hover: hover) {
  .p-footer__credit-trigger:hover .p-footer__credit,
  .p-footer__credit-trigger:focus-within .p-footer__credit {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
.p-footer__copy {
  color: #fff;
  font-family: ibm-plex-mono, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 0.875rem;
  white-space: nowrap;
}

.p-footer__before,
.p-footer__after {
  display: block;
  transition: translate 0.3s ease;
}

@media (min-width: 768px) and (any-hover: hover) {
  .p-footer__link:hover .p-footer__before,
  .p-footer__link:hover .p-footer__after,
  .p-footer__sub-link:hover .p-footer__before,
  .p-footer__sub-link:hover .p-footer__after,
  .p-footer__sub-sub-link:hover .p-footer__before,
  .p-footer__sub-sub-link:hover .p-footer__after,
  .p-footer__bottom-logo:hover .p-footer__before,
  .p-footer__bottom-logo:hover .p-footer__after,
  .p-footer__bottom-link:hover .p-footer__before,
  .p-footer__bottom-link:hover .p-footer__after {
    translate: 0 -100%;
  }
}
.p-modal {
  position: fixed;
  z-index: 3000;
  top: 10%;
  right: 0;
  width: fit-content;
  height: calc(100% - 40px);
  background: #1B1B1C;
  padding: 2.5rem 3.75rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.3);
  transform-origin: 50% 100%;
  pointer-events: none;
  rotate: 6deg;
  translate: 105%;
  transition: 0.4s ease;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-height: 800px) {
  .p-modal {
    align-items: start;
  }
}
@media (max-width: 999px) {
  .p-modal {
    padding: 1.875rem 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-modal {
    top: 0.625rem;
    right: 0.3125rem;
    height: calc(100lvh - 20px);
    padding: 2.5rem 0rem 2.5rem 1.25rem;
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    overflow-y: auto;
    width: calc(100vw - 10px);
  }
}
.p-modal.is-show {
  rotate: 0deg;
  pointer-events: auto;
  translate: 0 0;
  top: 1.25rem;
  right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-modal.is-show {
    top: 0.625rem;
    right: 0.3125rem;
  }
}

.p-modal__close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 1.5rem;
  height: 1.5rem;
  border: none;
  background: transparent;
  transition: scale 0.3s ease;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-modal__close {
    position: sticky;
    top: -0.625rem;
    right: 1.25rem;
    flex-shrink: 0;
  }
}
@media (any-hover: hover) {
  .p-modal__close:hover {
    cursor: pointer;
    scale: 1.2;
    transform-origin: center;
  }
}

.p-modal__inner {
  height: fit-content;
  color: #fff;
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
  width: 39.375rem;
  max-width: 100%;
  margin-block-start: 1.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-modal__inner {
    height: fit-content;
    width: calc(100% - 24px);
    margin-block-start: 0rem;
  }
}

.p-modal__success-popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  cursor: pointer;
}

.p-modal__success-popup-inner {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  padding: 2.5rem 3.75rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.3);
  cursor: default;
}
@media screen and (max-width: 767px) {
  .p-modal__success-popup-inner {
    padding: 1.875rem 2.5rem;
  }
}

.p-modal__success-popup-text {
  color: #DE5126;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-modal__success-popup-text {
    font-size: 1rem;
  }
}

.p-modal__title {
  font-family: instrument-sans-variable, sans-serif;
  color: #fff;
  font-size: 4.5rem;
  font-weight: 500;
  font-variation-settings: "wdth" 100, "wght" 500;
  line-height: 90%;
  letter-spacing: -0.09rem;
  padding-block-end: 1.875rem;
  border-block-end: 0.0625rem solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 767px) {
  .p-modal__title {
    font-size: 2.5rem;
    letter-spacing: -0.048125rem;
    padding-block-end: 0.75rem;
  }
}

.p-modal--about .p-modal__explain {
  padding-block: 1.875rem;
  border-block-end: 0.0625rem solid rgba(255, 255, 255, 0.2);
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-modal--about .p-modal__explain {
    padding-block: 0rem;
    grid-template-columns: 1fr;
    row-gap: 2.5rem;
  }
}
.p-modal--about .p-modal__img {
  width: 13.5625rem;
  height: auto;
  aspect-ratio: 217/289;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-modal--about .p-modal__img {
    width: 70%;
    margin-inline: auto;
    max-width: 18.75rem;
  }
}
.p-modal--about .p-modal__category {
  font-family: ibm-plex-mono, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 0.75rem;
  letter-spacing: -0.015rem;
  margin-block-end: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-modal--about .p-modal__category {
    font-size: 0.625rem;
    letter-spacing: -0.01125rem;
  }
}
.p-modal--about .p-modal__name {
  font-family: "Antonio", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.04rem;
  margin-block-end: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-modal--about .p-modal__name {
    font-size: 1.5rem;
    letter-spacing: -0.02625rem;
    margin-block-end: 1.25rem;
  }
}
.p-modal--about .p-modal__text {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.7142857143;
}
@media screen and (max-width: 767px) {
  .p-modal--about .p-modal__text {
    font-size: 0.75rem;
    padding-block-end: 2.5rem;
  }
}
.p-modal--about .p-modal__text p + p {
  margin-block-start: 1em;
}
.p-modal--about .p-modal__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-modal--about .p-modal__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.75rem;
  }
}
.p-modal--about .p-modal__item {
  padding-inline-start: 1.625rem;
  position: relative;
}
.p-modal--about .p-modal__num {
  position: absolute;
  font-family: imbue-variable, sans-serif;
  top: 0;
  left: 0;
  color: #DE5126;
  font-size: 0.875rem;
  font-weight: 200;
  line-height: 100%;
  letter-spacing: -0.00875rem;
}
.p-modal--about .p-modal__head {
  color: #fff;
  font-family: instrument-sans-variable, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.0275rem;
}
.p-modal--about .p-modal__text-mini {
  margin-block-start: 0.75rem;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 160%;
}

.p-modal--contact .p-modal__content {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
  width: 100%;
  max-width: 100%;
  margin-block-start: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-modal--contact .p-modal__content {
    row-gap: 1rem;
    margin-block-start: 1.25rem;
  }
}
.p-modal--contact .wpcf7-form {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-modal--contact .wpcf7-form {
    row-gap: 1rem;
  }
}
.p-modal--contact .wpcf7-form > p:first-of-type {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-modal--contact .wpcf7-form > p:first-of-type {
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }
}
.p-modal--contact .wpcf7-form-control-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.p-modal--contact label {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  margin-block-end: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-modal--contact label {
    font-size: 0.875rem;
    column-gap: 0.5rem;
  }
}
.p-modal--contact label .wpcf7-form-control-wrap {
  display: inline;
}
.p-modal--contact label .wpcf7-required {
  color: #DE5126;
  font-size: 0.625rem;
  font-weight: 300;
  line-height: 100%;
  margin-inline-start: 0.25rem;
}
.p-modal--contact .wpcf7-text,
.p-modal--contact .wpcf7-email,
.p-modal--contact .wpcf7-textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.08);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  border: none;
  color: #fff;
  font-family: inherit;
}
@media screen and (max-width: 767px) {
  .p-modal--contact .wpcf7-text,
  .p-modal--contact .wpcf7-email,
  .p-modal--contact .wpcf7-textarea {
    padding: 0.625rem 0.875rem;
    font-size: 0.875rem;
  }
}
.p-modal--contact .wpcf7-text::placeholder,
.p-modal--contact .wpcf7-email::placeholder,
.p-modal--contact .wpcf7-textarea::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.p-modal--contact .wpcf7-text:focus,
.p-modal--contact .wpcf7-email:focus,
.p-modal--contact .wpcf7-textarea:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.12);
}
.p-modal--contact .wpcf7-textarea {
  height: 12.5rem;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .p-modal--contact .wpcf7-textarea {
    height: 8.75rem;
  }
}
.p-modal--contact .wpcf7-submit {
  padding: 1rem 4.375rem;
  background: #DE5126;
  color: #fff;
  font-family: ibm-plex-mono, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.004rem;
  border: none;
  cursor: pointer;
  margin-block-start: 2.25rem;
  margin-inline-start: auto;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-modal--contact .wpcf7-submit {
    padding: 0.75rem 2.5rem;
    font-size: 0.875rem;
    margin-block-start: 1.5rem;
  }
}
@media (any-hover: hover) {
  .p-modal--contact .wpcf7-submit:hover {
    opacity: 0.8;
  }
}
.p-modal--contact .wpcf7-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.p-modal--contact .wpcf7-not-valid-tip {
  color: #DE5126;
  font-size: 0.75rem;
  margin-block-start: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-modal--contact .wpcf7-not-valid-tip {
    font-size: 0.625rem;
  }
}
.p-modal--contact .ajax-loader {
  display: inline-block;
  margin-inline-start: 0.5rem;
  vertical-align: middle;
}
.p-modal--contact .p-modal__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-modal--contact .p-modal__items {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1rem;
  }
}
.p-modal--contact .p-modal__head {
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  font-variation-settings: "wdth" 100, "wght" 300;
  padding-block-end: 8px;
  display: flex;
  align-items: center;
  column-gap: 4px;
}
.p-modal--contact .p-modal__must {
  font-size: 10px;
  font-weight: 300;
  font-variation-settings: "wdth" 100, "wght" 300;
  line-height: 100%;
  color: #DE5126;
}
.p-modal--contact .p-modal__not-must {
  font-size: 10px;
  font-weight: 300;
  line-height: 100%;
}
.p-modal--contact .p-modal__submit {
  text-align: right;
}
.p-modal--contact .wpcf7-not-valid {
  border: 1px solid #DE5126 !important;
}

.p-cta {
  position: relative;
  z-index: 2;
  background: #ffffff;
  display: flex;
  align-items: center;
  column-gap: 9.7222222222vw;
  padding-block-end: 15.2777777778vw;
  margin-block-start: -0.125rem;
}
@media (max-width: 1199px) {
  .p-cta {
    column-gap: 4.1666666667vw;
  }
}
.p-cta.bg-gray {
  background: #F2F2F2;
}
@media (max-width: 999px) {
  .p-cta {
    column-gap: 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .p-cta {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-block: 17.0666666667vw 23.4666666667vw;
    row-gap: 10.6666666667vw;
  }
}

.p-cta__img-wrap {
  width: 49.3055555556%;
  height: auto;
  aspect-ratio: 710/947;
}
@media screen and (max-width: 767px) {
  .p-cta__img-wrap {
    width: calc(100% - 4.8vw);
    aspect-ratio: 358/494;
    margin-inline-start: 0;
  }
}

.p-cta__img-over {
  overflow: hidden;
}

.p-cta__img {
  width: 100%;
  height: auto;
  aspect-ratio: 710/947;
  object-position: center top;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-cta__img {
    aspect-ratio: 358/476;
  }
}

.p-cta__img-bottom-text-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline-start: 1.25rem;
  margin-block-start: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-cta__img-bottom-text-wrap {
    padding-inline: 1.125rem 0.3125rem;
  }
}

.p-cta__img-bottom-text {
  font-family: ibm-plex-mono, sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.009rem;
}
@media screen and (max-width: 767px) {
  .p-cta__img-bottom-text {
    font-size: 0.625rem;
    letter-spacing: -0.0075rem;
  }
}

@media screen and (max-width: 767px) {
  .p-cta__text-wrap {
    width: 100%;
    padding-inline: 1.125rem;
  }
}

.p-cta__head {
  margin-block-end: 3.4722222222vw;
}
@media (max-width: 999px) {
  .p-cta__head {
    margin-block-end: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__head {
    margin-block-end: 10.6666666667vw;
  }
}

.p-cta__head-inner {
  font-family: "Antonio", sans-serif;
  display: block;
  font-size: 15.4166666667vw;
  font-weight: 700;
  line-height: 104%;
  overflow: hidden;
  letter-spacing: -1.7736111111vw;
  padding-inline-end: 0.625rem;
}
@media (max-width: 1199px) {
  .p-cta__head-inner {
    font-size: 11.1111111111vw;
    letter-spacing: -1.3888888889vw;
  }
}
@media (max-width: 999px) {
  .p-cta__head-inner {
    font-size: 9.7222222222vw;
    letter-spacing: -0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__head-inner {
    font-size: 32.5333333333vw;
    letter-spacing: -4.2666666667vw;
  }
}

.p-cta__head [data-animation-char] {
  display: inline-block;
  translate: 0 100%;
  transition: translate 0.7s ease-in-out;
  transition-delay: 0s;
}

.p-cta__head.isActive [data-animation-char] {
  translate: 0 0;
}

.p-cta__text {
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -0.012rem;
  margin-block-end: 3.4722222222vw;
}
@media (max-width: 999px) {
  .p-cta__text {
    margin-block-end: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__text {
    margin-block-end: 10.6666666667vw;
  }
}

.p-cta__button-wrap {
  display: flex;
  flex-direction: column;
}

.p-cta__button {
  background: transparent;
  border: none;
  color: #1B1B1C;
  padding-block: 0.75rem 3rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-block-start: 0.0625rem solid #DADADA;
  position: relative;
  overflow: hidden;
}
@media (max-width: 999px) {
  .p-cta__button {
    padding-block: 0.75rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__button {
    padding-block: 0.75rem 2.875rem;
  }
}
.p-cta__button::before {
  position: absolute;
  z-index: 3;
  content: "";
  top: -100%;
  left: 0rem;
  width: 100%;
  height: 100%;
  background: #DE5126;
  transition: top 0s ease;
}
.p-cta__button svg {
  position: relative;
  z-index: 2;
  width: 1.25rem;
  height: 1.25rem;
  transition: scale 0.3s linear;
}
.p-cta__button span {
  position: relative;
  z-index: 2;
  font-family: instrument-sans-variable, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 80%;
  letter-spacing: -0.021rem;
}

.p-404 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 1.375rem;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-404 {
    padding-inline: 4.8vw;
    min-height: 100lvh;
  }
}

.p-404__inner {
  width: 100%;
  max-width: 1040;
  margin: 0 auto;
}

.p-404__content {
  text-align: center;
}

.p-404__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  margin-block-end: 3rem;
}
@media screen and (max-width: 767px) {
  .p-404__title {
    gap: 4.2666666667vw;
    margin-block-end: 8.5333333333vw;
  }
}

.p-404__number {
  font-family: "Antonio", sans-serif;
  font-size: 12.5rem;
  font-weight: 700;
  line-height: 1;
  color: #DE5126;
  letter-spacing: -0.625rem;
}
@media screen and (max-width: 767px) {
  .p-404__number {
    font-size: 7.5rem;
    letter-spacing: -0.375rem;
  }
}

.p-404__text {
  font-family: imbue-variable, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
  color: #1B1B1C;
  letter-spacing: -0.28px;
}
@media screen and (max-width: 767px) {
  .p-404__text {
    font-size: 1.5rem;
    letter-spacing: -0.24px;
  }
}

.p-404__message {
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
  color: #1B1B1C;
  margin-block-end: 3rem;
}
@media screen and (max-width: 767px) {
  .p-404__message {
    font-size: 0.875rem;
    margin-block-end: 8.5333333333vw;
  }
}

.p-404__actions {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-404__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 3rem;
  font-family: imbue-variable, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  background-color: #DE5126;
  border: 1px solid #DE5126;
  border-radius: 0;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.p-404__button span {
  position: relative;
  z-index: 1;
}
.p-404__button::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #C44B00;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
  z-index: 0;
}
.p-404__button:hover {
  color: #ffffff;
  border-color: #C44B00;
}
.p-404__button:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
@media screen and (max-width: 767px) {
  .p-404__button {
    padding: 3.7333333333vw 10.6666666667vw;
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media screen and (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media screen and (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media screen and (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media screen and (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}

.u-animation__fadeIn {
  translate: 0 20px;
  opacity: 0;
  transition: all 0.3s ease;
}
.u-animation__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}