@charset "UTF-8";
*:where(:not(html, iframe, canvas, img, svg, video, audio, svg *, symbol *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  min-inline-size: 0;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu,
summary {
  list-style: none;
}

ol {
  counter-reset: revert;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
     -moz-appearance: revert;
          appearance: revert;
}

:where(pre) {
  all: revert;
  box-sizing: border-box;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  line-break: after-white-space;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

::-webkit-details-marker {
  display: none;
}

:where(a, button, summary, label, input, select, textarea):focus-visible {
  outline: var(--focus-color, -webkit-focus-ring-color) auto 1px;
}

@property --vw {
  syntax: "<length>";
  initial-value: 0;
  inherits: true;
}
@property --one-rem {
  syntax: "<length>";
  initial-value: 0;
  inherits: false;
}
:root {
  --vw: 100vw;
  --one-rem: 1rem;
  --window-width: calc(tan(atan2(var(--vw), 1px)) * min(1, 16 / tan(atan2(var(--one-rem), 1px))));
  --scale: var(--window-width) / 400;
  --px: calc(1px * var(--scale));
  --rem: calc(1rem * var(--scale));
  --leading-trim: calc((1em - 1lh) / 2);
  --color-white: #fff;
  --color-black: #000;
  --color-base: #0E0E29;
  --color-pale: #F4F7F8;
  --font-jp: "Noto Sans JP", sans-serif;
  --font-en: "Akshar", sans-serif;
  --breakpoint-xs: 400px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 960px;
  --breakpoint-xl: 1488px;
  --breakpoint-xxl: 1920px;
  --ease-in-quad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --ease-in-cubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --ease-in-quart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --ease-in-quint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --ease-in-expo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --ease-in-circ: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-out-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-out-quart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --ease-out-quint: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-out-circ: cubic-bezier(0.075, 0.82, 0.165, 1);
  --ease-in-out-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --ease-in-out-cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease-in-out-quart: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-in-out-quint: cubic-bezier(0.86, 0, 0.07, 1);
  --ease-in-out-expo: cubic-bezier(1, 0, 0, 1);
  --ease-in-out-circ: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --ease-gleasing: cubic-bezier(0.4, 0, 0, 1);
  --ease-linear: linear;
  --ease-spring-1: linear(
  	0,
  	0.006,
  	0.025 2.8%,
  	0.101 6.1%,
  	0.539 18.9%,
  	0.721 25.3%,
  	0.849 31.5%,
  	0.937 38.1%,
  	0.968 41.8%,
  	0.991 45.7%,
  	1.006 50.1%,
  	1.015 55%,
  	1.017 63.9%,
  	1.001
  );
  --ease-spring-2: linear(
  	0,
  	0.007,
  	0.029 2.2%,
  	0.118 4.7%,
  	0.625 14.4%,
  	0.826 19%,
  	0.902,
  	0.962,
  	1.008 26.1%,
  	1.041 28.7%,
  	1.064 32.1%,
  	1.07 36%,
  	1.061 40.5%,
  	1.015 53.4%,
  	0.999 61.6%,
  	0.995 71.2%,
  	1
  );
  --ease-spring-3: linear(
  	0,
  	0.009,
  	0.035 2.1%,
  	0.141 4.4%,
  	0.723 12.9%,
  	0.938 16.7%,
  	1.017,
  	1.077,
  	1.121,
  	1.149 24.3%,
  	1.159,
  	1.163,
  	1.161,
  	1.154 29.9%,
  	1.129 32.8%,
  	1.051 39.6%,
  	1.017 43.1%,
  	0.991,
  	0.977 51%,
  	0.974 53.8%,
  	0.975 57.1%,
  	0.997 69.8%,
  	1.003 76.9%,
  	1
  );
  --ease-spring-4: linear(
  	0,
  	0.009,
  	0.037 1.7%,
  	0.153 3.6%,
  	0.776 10.3%,
  	1.001,
  	1.142 16%,
  	1.185,
  	1.209 19%,
  	1.215 19.9% 20.8%,
  	1.199,
  	1.165 25%,
  	1.056 30.3%,
  	1.008 33%,
  	0.973,
  	0.955 39.2%,
  	0.953 41.1%,
  	0.957 43.3%,
  	0.998 53.3%,
  	1.009 59.1% 63.7%,
  	0.998 78.9%,
  	1
  );
  --ease-spring-5: linear(
  	0,
  	0.01,
  	0.04 1.6%,
  	0.161 3.3%,
  	0.816 9.4%,
  	1.046,
  	1.189 14.4%,
  	1.231,
  	1.254 17%,
  	1.259,
  	1.257 18.6%,
  	1.236,
  	1.194 22.3%,
  	1.057 27%,
  	0.999 29.4%,
  	0.955 32.1%,
  	0.942,
  	0.935 34.9%,
  	0.933,
  	0.939 38.4%,
  	1 47.3%,
  	1.011,
  	1.017 52.6%,
  	1.016 56.4%,
  	1 65.2%,
  	0.996 70.2%,
  	1.001 87.2%,
  	1
  );
  --z-base: 100;
  --z-header: 101;
  --z-modal: 102;
  --z-menu: 103;
  --z-pointer: 104;
  --grid-columns: 25;
}

:lang(en) {
  --leading-trim: calc((1cap - 1lh) / 2);
}

@media screen and (min-width: 960px) {
  :root {
    --scale: calc(var(--window-width) / 1512);
    --grid-columns: 25;
  }
}
@supports not (animation-timing-function: linear(0, 1)) {
  :root {
    --ease-spring-1: var(--ease-out-quad);
    --ease-spring-2: var(--ease-out-cubic);
    --ease-spring-3: var(--ease-out-quart);
    --ease-spring-4: var(--ease-out-quint);
    --ease-spring-5: var(--ease-out-expo);
  }
}
:root.is-scroll-lock {
  overflow: clip;
  scrollbar-gutter: stable;
}

body {
  font-family: var(--font-jp);
  color: var(--color-base);
  background-color: var(--color-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

a {
  display: block;
  color: currentcolor;
  cursor: pointer;
}

button {
  color: currentcolor;
  cursor: pointer;
}

details,
summary {
  cursor: pointer;
}

video,
img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.preload * {
  transition: none !important;
}

::-moz-selection {
  color: var(--color-white);
  background-color: var(--color-black);
}

::selection {
  color: var(--color-white);
  background-color: var(--color-black);
}

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

@media screen and (min-width: 960px) {
  .uSpOnly {
    display: none !important;
  }
}

@media screen and (max-width: 959px) {
  .uPcOnly {
    display: none !important;
  }
}

.cMenu__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: var(--z-modal);
  display: flex;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.4s var(--ease-out-cubic);
}
.cMenu__inner {
  position: relative;
  width: 100%;
  padding: calc(140 * var(--px)) calc(22 * var(--px)) calc(40 * var(--px));
  overflow: scroll;
  background-color: var(--color-pale);
  opacity: 0;
  transition: opacity 0.4s var(--ease-out-cubic);
}
.cMenu__logo {
  position: absolute;
  top: calc(32 * var(--px));
  left: calc(22 * var(--px));
  width: calc(185 * var(--px));
  height: calc(40 * var(--px));
  opacity: 0;
}
.cMenu__navList {
  display: grid;
  gap: calc(60 * var(--px)) 0;
}
.cMenu__head {
  display: grid;
  gap: calc(60 * var(--px)) 0;
}
.cMenu__cta {
  display: grid;
  gap: calc(4 * var(--px)) 0;
}
.cMenu__ctaLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(33 * var(--px)) calc(21 * var(--px));
  border: 1px solid var(--color-base);
  transition: background-color 0.4s var(--ease-out-cubic), color 0.4s var(--ease-out-cubic);
}
.cMenu__ctaText {
  font-size: calc(17 * var(--px));
  font-weight: 700;
  line-height: 1.3;
}
.cMenu__ctaIcon {
  width: calc(14 * var(--px));
  height: calc(14 * var(--px));
}
.cMenu__foot {
  display: grid;
  gap: calc(12 * var(--px)) 0;
  margin-top: calc(40 * var(--px));
}
.cMenu__footLink {
  font-size: calc(12 * var(--px));
  font-weight: 500;
  line-height: 1;
}
.cMenu__footText {
  background-image: linear-gradient(90deg, currentcolor, currentcolor);
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: 100% 1px;
  transition: background-size 0.4s var(--ease-out-cubic);
}
.cMenu__copyright {
  font-size: calc(12 * var(--px));
  font-weight: 500;
  line-height: 1;
}

.cMenuNavItem {
  display: grid;
  gap: calc(24 * var(--px)) 0;
}
.cMenuNavItem__title {
  font-family: var(--font-en);
  font-size: calc(50 * var(--px));
  font-weight: 600;
  line-height: 0.8;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}
.cMenuNavItem__subNav {
  display: flex;
  flex-wrap: wrap;
  gap: calc(24 * var(--px)) calc(40 * var(--px));
}
.cMenuNavItem__link {
  font-size: calc(19 * var(--px));
  font-weight: 700;
  line-height: 1.3;
}

.is-open.cMenu {
  pointer-events: auto;
}
.is-open.cMenu .cMenu__wrapper {
  opacity: 1;
}
.is-open.cMenu .cMenu__inner {
  opacity: 1;
}

@media screen and (min-width: 960px) {
  .cMenu__wrapper {
    height: 100%;
    box-shadow: 0 10.22px 9.54px 0 rgba(35, 37, 47, 0.06);
  }
  .cMenu__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .cMenu__logo {
    width: calc(278 * var(--px));
    height: calc(60 * var(--px));
  }
  .cMenu__inner {
    height: -moz-fit-content;
    height: fit-content;
    padding: calc(180 * var(--px)) 0 calc(80 * var(--px));
    overflow: hidden;
    box-shadow: 0 10.22px 9.54px 0 rgba(35, 37, 47, 0.06);
  }
  .cMenu__content {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
  }
  .cMenu__head {
    grid-template-columns: auto calc(360 * var(--px));
    grid-column: 2/25;
    justify-content: space-between;
  }
  .cMenu__navList {
    grid-template-columns: repeat(3, fit-content(100%));
    gap: calc(80 * var(--px));
  }
  .cMenu__ctaLink {
    padding: calc(27 * var(--px)) calc(29 * var(--px));
    border-radius: 2px;
  }
  .cMenu__ctaText {
    line-height: 1.36;
  }
  .cMenu__ctaIcon {
    width: calc(20 * var(--px));
    height: calc(20 * var(--px));
  }
  .cMenuNavItem {
    gap: calc(16 * var(--px)) 0;
    height: -moz-fit-content;
    height: fit-content;
  }
  .cMenuNavItem__subNav {
    flex-direction: column;
    gap: calc(16 * var(--px));
  }
  .cMenuNavItem__title {
    font-size: calc(60 * var(--px));
    letter-spacing: -0.02em;
  }
  .cMenuNavItem__link {
    font-size: calc(22 * var(--px));
    line-height: 1.36;
  }
}
@media screen and (min-width: 960px) and (hover: hover) {
  .cMenu__ctaLink:hover {
    color: var(--color-white);
    background-color: var(--color-base);
  }
}
.cPointer {
  position: fixed;
  inset: 0;
  z-index: var(--z-pointer);
  display: none;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.cPointer__cursor {
  position: absolute;
  width: calc(14 * var(--px));
  height: calc(14 * var(--px));
}
.cPointer__cursor_inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #1BCAFF;
  scale: 1;
}

@media screen and (min-width: 960px) {
  .cPointer {
    display: flex;
  }
}
.cButton {
  position: relative;
  display: grid;
  grid-template-columns: auto calc(30 * var(--px));
  gap: calc(24 * var(--px));
  align-items: center;
  width: 100%;
  padding: calc(16 * var(--px)) 0;
}
.cButton::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-image: linear-gradient(currentcolor, currentcolor);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 1px;
}
.cButton__text {
  position: relative;
  z-index: 1;
  font-size: calc(1.1875 * var(--rem));
  font-weight: 700;
  line-height: 1.3;
  text-align: right;
}
.cButton__icon {
  width: calc(30 * var(--px));
  height: calc(30 * var(--px));
  overflow: hidden;
  border-radius: 2px;
}
.cButton__iconWrap {
  position: relative;
  z-index: 1;
  width: calc(30 * var(--px));
  height: calc(30 * var(--px));
  overflow: hidden;
  background-color: var(--color-base);
  border-radius: 2px;
}
.cButton__iconInner {
  width: 100%;
  height: 100%;
}
.cButton__icon {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.cButton__icon svg {
  width: calc(20 * var(--px));
  height: calc(16 * var(--px));
}
.cButton__icon svg path:nth-child(1) {
  stroke: var(--color-white);
}
.cButton__icon:last-child {
  left: -100%;
}
.cButton--blank .cButton__iconInner {
  rotate: -45deg;
}
.cButton--ather .cButton__icon svg {
  width: calc(16 * var(--px));
  height: calc(16 * var(--px));
}
.cButton--ather .cButton__icon:last-child {
  left: 0;
}
.cButton--bottomDown .cButton__icon:last-child {
  top: -100%;
  left: 0;
}
.cButton--background {
  position: relative;
  transition: color 0.46s var(--ease-out-cubic);
}
.cButton--background:nth-child(n+2) {
  margin-top: -1px;
}
.cButton--background::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  content: "";
  background-color: var(--color-base);
  opacity: 0;
  transition: opacity 0.4s var(--ease-out-cubic);
}
.cButton--line {
  overflow: hidden;
}

.clinkslot {
  overflow: hidden;
}
.clinkslot__textInner {
  display: block;
  overflow: hidden;
}
.clinkslot__text {
  position: relative;
  display: block;
  transition: transform 0.34s var(--ease-out-cubic);
}
.clinkslot__text::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  content: attr(data-text);
}

.clinkslotAther {
  overflow: hidden;
}
.clinkslotAther__textInner {
  position: relative;
  display: block;
  overflow: hidden;
}
.clinkslotAther__text {
  display: block;
  transform: translateY(var(--_y, 0));
  transition: transform 0.34s var(--ease-out-cubic);
}
.clinkslotAther__text:last-child {
  --_y: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 960px) {
  .cButton {
    grid-template-columns: auto calc(48 * var(--px));
    gap: calc(40 * var(--px));
    align-items: center;
  }
  .cButton__text {
    font-size: calc(1.5 * var(--rem));
    line-height: 1.3;
  }
  .cButton__text {
    font-size: calc(2 * var(--rem));
    line-height: 1.36;
  }
  .cButton__iconWrap {
    width: calc(48 * var(--px));
    height: calc(48 * var(--px));
  }
  .cButton__iconInner {
    width: 100%;
    height: 100%;
  }
  .cButton__icon svg {
    width: calc(20 * var(--px));
    height: calc(20 * var(--px));
  }
  .cButton--ather .cButton__icon svg {
    width: calc(23 * var(--px));
    height: calc(23 * var(--px));
  }
}
@media screen and (min-width: 960px) and (hover: hover) {
  .cButton:hover .cButton__icon {
    animation: pointer-icon-next-x 0.8s var(--ease-gleasing) both;
  }
  .cButton--background:hover {
    color: var(--color-white);
  }
  .cButton--background:hover::after {
    opacity: 1;
  }
  .cButton--background:hover .cButton__iconWrap {
    background-color: var(--color-white);
  }
  .cButton--background:hover .cButton__icon {
    color: var(--color-base);
  }
  .cButton--background:hover .cButton__icon svg path {
    stroke: var(--color-base);
  }
  .cButton--line:hover::before {
    animation: 0.6s forwards linehover-animation-out, 0.6s 0.4s forwards linehover-animation-in;
  }
  .cButton--bottomDown:hover .cButton__icon {
    animation: pointer-icon-next-y 0.8s var(--ease-gleasing) both;
  }
  .cButton--ather:hover .cButton__icon {
    animation: unset;
  }
  .cButton--ather:hover .cButton__icon svg path:first-child {
    animation: pointer-icon-top 0.8s var(--ease-gleasing) both;
  }
  .cButton--ather:hover .cButton__icon svg path:last-child {
    animation: pointer-icon-bottom 0.8s var(--ease-gleasing) both;
  }
  .clinkslot:hover .clinkslot__text {
    transform: translate3d(0, -100%, 0);
    transition-duration: 0.34s;
  }
  .clinkslotAther:hover .clinkslotAther__text {
    transition-duration: 0.34s;
  }
  .clinkslotAther:hover .clinkslotAther__text:first-child {
    --_y: -100%;
  }
  .clinkslotAther:hover .clinkslotAther__text:last-child {
    --_y: 0%;
  }
}
.cBreadcrumbs {
  padding: calc(24 * var(--px)) calc(22 * var(--px));
  color: #6F7077;
  background-color: var(--_bg-color, var(--color-pale));
}
.cBreadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(4 * var(--px)) calc(20 * var(--px));
  align-items: center;
}
.cBreadcrumbs__item {
  position: relative;
  font-size: calc(0.75 * var(--rem));
  font-weight: 500;
  line-height: 1;
}
.cBreadcrumbs__item_title {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.cBreadcrumbs__item_link::after {
  position: absolute;
  top: 0;
  left: calc(100% + 4 * var(--px));
  content: "｜";
  transform: rotate(90deg);
}

@media screen and (min-width: 960px) {
  .cBreadcrumbs {
    padding: calc(40 * var(--px)) calc(60 * var(--px));
  }
  .cBreadcrumbs__list {
    gap: calc(4 * var(--px)) calc(32 * var(--px));
    justify-content: flex-end;
  }
  .cBreadcrumbs__item {
    font-size: calc(1 * var(--rem));
  }
  .cBreadcrumbs__item_link::after {
    left: calc(100% + 8 * var(--px));
  }
}
@keyframes pointer-icon-next-x {
  0% {
    translate: 0 0;
  }
  100% {
    translate: 100% 0;
  }
}
@keyframes pointer-icon-prev-x {
  0% {
    translate: 0 0;
  }
  100% {
    translate: -100% 0;
  }
}
@keyframes pointer-icon-next-y {
  0% {
    translate: 0 0;
  }
  100% {
    translate: 0 100%;
  }
}
@keyframes pointer-icon-prev-y {
  0% {
    translate: 0 0;
  }
  100% {
    translate: 0 -100%;
  }
}
@keyframes pointer-icon-top {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(calc(1 * var(--px)), calc(-1 * var(--px)));
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes pointer-icon-bottom {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(calc(-1 * var(--px)), calc(1 * var(--px)));
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes linehover-animation-out {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes linehover-animation-in {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes menu-line-open-top {
  0% {
    transform: scaleX(1) rotate(0deg);
  }
  50% {
    transform: scaleX(0) rotate(0deg);
  }
  100% {
    transform: scaleX(1) rotate(10deg);
  }
}
@keyframes menu-line-open-bottom {
  0% {
    transform: scaleX(1) rotate(0deg);
  }
  50% {
    transform: scaleX(0) rotate(0deg);
  }
  100% {
    transform: scaleX(1) rotate(-10deg);
  }
}
@keyframes menu-line-open-middle {
  0% {
    opacity: 1;
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    transform: scaleX(0);
  }
}
.lHeader {
  width: 100%;
}
.lHeader__logo {
  position: absolute;
  top: calc(32 * var(--px));
  left: calc(22 * var(--px));
  z-index: var(--z-header);
  width: calc(185 * var(--px));
  height: calc(40 * var(--px));
}
.lHeader__menuButton {
  position: fixed;
  top: calc(46 * var(--px));
  right: calc(22 * var(--px));
  z-index: var(--z-menu);
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(60 * var(--px));
  height: calc(20 * var(--px));
  color: var(--color-white);
  mix-blend-mode: difference;
}
.lHeader__menuButton_line {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: currentcolor;
  transform-origin: center;
  transition: translate 0.4s var(--ease-out-cubic), opacity 0.3s var(--ease-out-cubic);
}
.lHeader__menuButton_line:nth-of-type(1) {
  translate: 0 -6px;
}
.lHeader__menuButton_line:nth-of-type(3) {
  translate: 0 6px;
}

.is-menu-open .lHeader__menuButton_line:nth-of-type(1) {
  translate: 0 0;
  animation: menu-line-open-top 0.4s var(--ease-gleasing) 0.3s both;
}
.is-menu-open .lHeader__menuButton_line:nth-of-type(2) {
  animation: menu-line-open-middle 0.4s var(--ease-out-cubic) 0.3s both;
}
.is-menu-open .lHeader__menuButton_line:nth-of-type(3) {
  translate: 0 0;
  animation: menu-line-open-bottom 0.4s var(--ease-gleasing) 0.3s both;
}

@media screen and (min-width: 960px) {
  .lHeader__logo {
    top: calc(38 * var(--px));
    left: calc(24 * var(--px));
    width: calc(278 * var(--px));
    height: calc(60 * var(--px));
  }
  .lHeader__menuButton {
    top: calc(50 * var(--px));
    right: calc(24 * var(--px));
    width: calc(120 * var(--px));
    height: calc(16 * var(--px));
  }
  .lHeader__menuButton_line:nth-of-type(1) {
    translate: 0 -8px;
  }
  .lHeader__menuButton_line:nth-of-type(3) {
    translate: 0 8px;
  }
}
@media screen and (min-width: 960px) and (any-hover: hover) {
  .lHeader__menuButton_line {
    transition: translate 0.4s var(--ease-out-cubic);
  }
  html:not(.is-menu-open) .lHeader__menuButton:hover .lHeader__menuButton_line:nth-of-type(1) {
    translate: 0 -4px;
  }
  html:not(.is-menu-open) .lHeader__menuButton:hover .lHeader__menuButton_line:nth-of-type(3) {
    translate: 0 4px;
  }
  .is-open.lHeader__menuButton:hover .lHeader__menuButton_line:nth-of-type(1) {
    transform: scaleX(1) rotate(5deg);
  }
  .is-open.lHeader__menuButton:hover .lHeader__menuButton_line:nth-of-type(3) {
    transform: scaleX(1) rotate(-5deg);
  }
}
.lContact {
  position: relative;
  color: var(--color-white);
}
.lContact__inner {
  padding: calc(80 * var(--px)) calc(22 * var(--px)) calc(40 * var(--px));
  background-image: url("../images/navy-bg.jpg");
  background-repeat: repeat;
  background-position: left top;
  background-size: calc(100 * var(--px));
}
.lContact__title {
  display: grid;
  gap: calc(8 * var(--px)) 0;
}
.lContact__title_en {
  overflow: hidden;
  font-family: var(--font-en);
  font-size: calc(4.375 * var(--rem));
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}
.lContact__text {
  display: flex;
  overflow: hidden;
  font-size: calc(1.25 * var(--rem));
  font-weight: 700;
  line-height: 1.3;
}
.lContact__cta {
  display: grid;
  gap: calc(8 * var(--px)) 0;
  margin-top: calc(40 * var(--px));
}
.lContact__ctaLink {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(33 * var(--px)) calc(21 * var(--px));
  overflow: hidden;
  color: var(--color-base);
  background-color: var(--color-white);
  border: 1px solid var(--color-white);
  transition: background-color 0.4s var(--ease-out-cubic), color 0.4s var(--ease-out-cubic);
}
.lContact__ctaText {
  font-size: calc(1.0625 * var(--rem));
  font-weight: 700;
  line-height: 1.3;
}
.lContact__ctaIcon {
  width: calc(14 * var(--px));
  height: calc(14 * var(--px));
}

.lFooter {
  position: relative;
}
.lFooter__inner {
  position: relative;
  padding: calc(40 * var(--px)) calc(22 * var(--px));
  color: #D4D4D4;
  background-image: url("../images/navy-bg.jpg");
  background-repeat: repeat;
  background-position: left top;
  background-size: calc(100 * var(--px));
}
.lFooter__inner::before {
  position: absolute;
  top: 0;
  left: calc(22 * var(--px));
  z-index: 0;
  width: calc(100% - 44 * var(--px));
  height: 1px;
  content: "";
  background-color: #6F7077;
}
.lFooter__top {
  display: grid;
  gap: calc(80 * var(--px)) 0;
}
.lFooter__logo {
  grid-area: 2;
  width: calc(185 * var(--px));
  height: calc(40 * var(--px));
}
.lFooter__nav {
  grid-area: 1;
}
.lFooter__list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(24 * var(--px));
}
.lFooter__link {
  font-size: calc(1 * var(--rem));
  font-weight: 700;
  line-height: 1.3;
}
.lFooter__bottom {
  display: flex;
  flex-direction: column-reverse;
  gap: calc(12 * var(--px));
  margin-top: calc(24 * var(--px));
}
.lFooter__copyright {
  font-size: calc(0.75 * var(--rem));
  font-weight: 500;
  line-height: 1;
}
.lFooter__privacy {
  font-size: calc(0.75 * var(--rem));
  font-weight: 500;
  line-height: 1;
}
.lFooter__privacy_text {
  background-image: linear-gradient(90deg, currentcolor, currentcolor);
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: 100% 1px;
  transition: background-size 0.4s var(--ease-out-cubic);
}
.lFooter__pagetop_link {
  position: absolute;
  right: calc(22 * var(--px));
  bottom: calc(40 * var(--px));
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(48 * var(--px));
  height: calc(48 * var(--px));
  background-color: #28283A;
  border-radius: 1px;
}
.lFooter__pagetop_label {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(34 * var(--px));
  height: calc(33 * var(--px));
  overflow: hidden;
}
.lFooter__pagetop_icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.4s var(--ease-out-quart);
}
.lFooter__pagetop_icon[data-id="1"] {
  transform: translateY(100%);
}

@media screen and (min-width: 960px) {
  .lContact__inner {
    padding: calc(200 * var(--px)) 0 calc(79 * var(--px));
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
  }
  .lContact__content {
    grid-column: 2/25;
  }
  .lContact__title {
    grid-template-columns: auto 1fr;
    gap: 0 calc(40 * var(--px));
    align-items: center;
  }
  .lContact__title_en {
    font-size: calc(8.125 * var(--rem));
  }
  .lContact__text {
    font-size: calc(2 * var(--rem));
    line-height: 1.36;
  }
  .lContact__cta {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column: 2/25;
    gap: calc(8 * var(--px));
  }
  .lContact__ctaLink {
    padding: calc(59 * var(--px)) calc(31 * var(--px));
  }
  .lContact__ctaText {
    font-size: calc(1.75 * var(--rem));
    line-height: 1.36;
  }
  .lContact__ctaIcon {
    width: calc(21 * var(--px));
    height: calc(21 * var(--px));
  }
  .lFooter__inner {
    padding: calc(40 * var(--px)) 0 calc(48 * var(--px));
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
  }
  .lFooter__top {
    grid-template-columns: auto 1fr;
    grid-column: 2/25;
    align-items: center;
    padding: 0 calc(10 * var(--px));
  }
  .lFooter__logo {
    grid-area: 1;
    width: calc(277 * var(--px));
    height: calc(60 * var(--px));
  }
  .lFooter__nav {
    grid-area: 1;
  }
  .lFooter__list {
    justify-content: flex-end;
  }
  .lFooter__link {
    font-size: calc(1.0625 * var(--rem));
    line-height: 1.4;
  }
  .lFooter__bottom {
    flex-direction: row;
    grid-column: 2/25;
    gap: 0 calc(40 * var(--px));
    padding: 0 calc(10 * var(--px));
    margin-top: calc(90 * var(--px));
  }
  .lFooter__copyright {
    font-size: calc(0.8125 * var(--rem));
  }
  .lFooter__privacy {
    font-size: calc(0.8125 * var(--rem));
  }
  .lFooter__pagetop_link {
    right: calc(60 * var(--px));
    bottom: calc(40 * var(--px));
    border-radius: 2px;
  }
}
@media screen and (min-width: 960px) and (hover: hover) {
  .lContact__ctaLink:hover {
    color: var(--color-white);
    background-color: transparent;
  }
  .lFooter__pagetop_link:hover .lFooter__pagetop_icon {
    animation: pointer-icon-prev-y 0.8s var(--ease-gleasing) both;
  }
}