@charset "UTF-8";
html.lenis, html.lenis body {
  height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}

*:where(:not(html, iframe, canvas, img, svg, video, audio, svg *, symbol *)) {
  all: unset;
  display: revert;
}

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

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;
}

:root {
  --init-opacity: 0;
  --base-vw: 400;
  --vw: 400px;
  --font-jp: "Zen Kaku Gothic New", sans-serif;
  --font-en: "Lexend", sans-serif;
  --color-white: #fff;
  --color-black: #000;
  --color-blue: #003894;
  --color-red: #df3101;
  --color-gray01: #3f494a;
  --color-gray02: #c6cfcf;
  --color-gray03: #e6ecec;
  --color-gray04: #f7f7f7;
  --color-gray05: #d7dddd;
  --color-green: #18b1a7;
  --color-orange: #f76f1d;
  --color-breadcrumb-bottom: #fff;
  --color-button: #fff;
  --color-button-text: #000;
  --color-button-hover: #e6ecec;
  --color-button-square: #000;
  --color-button-hover-blue: #0049c2;
  --color-button-hover-gray: #d7dddd;
  --color-button-hover-red: #f43500;
  --w-circle: 6rem;
  --h-circle: 6rem;
  --w-icon: 12rem;
  --h-icon: 12rem;
  --top-icon: 16rem;
  --left-icon: 20rem;
  --top-arrow: 16rem;
  --right-arrow: 20rem;
  --size-text: 16rem;
  --circle-mask-size: 144rem;
  --scope-width: 40rem;
  --breakpoint-xs: 390px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 960px;
  --breakpoint-xl: 1366px;
  --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-back: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --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
  );
  --grid-container-width: calc(100% - 2 * var(--grid-margin));
  --grid-columns: 4;
  --grid-gutter: 20px;
  --grid-margin: 10rem;
  --z-base: 1000;
  --z-contact-button: 1001;
  --z-modal: 1002;
  --z-modal-overlay: 1003;
  --z-modal-nav: 1004;
  --z-header-base: 2000;
  --z-header: 2001;
  --z-opening: 2002;
  --z-screensaver: 2003;
  --z-outline: 2004;
}

@media screen and (min-width: 768px) {
  :root {
    --base-vw: 1512;
    --vw: 1512px;
    --grid-columns: 24;
    --grid-margin: 20rem;
    --circle-mask-size: 220rem;
  }
}
html {
  font-size: calc(var(--vw) / var(--base-vw));
}

body {
  font-family: var(--font-jp);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  font-size: 16rem;
}

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

button {
  color: currentcolor;
  cursor: pointer;
}

details {
  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%;
}

.preload * {
  transition: none !important;
}

.lContainer {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.lMain {
  flex: 1;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: initial;
}

[id] {
  scroll-margin-top: 80rem; /* offset と同じ値 */
}

.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: 768px) {
  .uSpOnly {
    display: none !important;
  }
}

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

.cMenu__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: var(--z-modal);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  pointer-events: none;
}
.cMenu__inner {
  position: relative;
  z-index: var(--z-modal-nav);
  width: 100%;
  height: 100%;
  padding: 112rem 0 0;
  background-color: var(--color-white);
  transform: translateX(-100%);
  transition: transform 0.5s var(--ease-out-expo);
  transition-delay: 0s;
}
.cMenu__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  overflow: scroll;
}
.cMenu__nav {
  position: relative;
  z-index: var(--z-modal-nav);
  width: 100%;
  height: 708rem;
  opacity: 0;
  transition: opacity 0.5s var(--ease-out-expo);
}
.cMenu__nav_list {
  display: flex;
  flex-direction: column;
  gap: 32rem;
  justify-content: flex-start;
  padding: 0 32rem 48rem;
}
.cMenu__nav_contact {
  position: relative;
  width: 100%;
  padding: 24rem 32rem;
  background-color: var(--color-blue);
}
.cMenu__nav_contact_wrapper {
  display: block;
  width: 100%;
  padding: 4rem;
  background-color: #bc2900;
  border-radius: 100rem;
}
.cMenu__nav_contact_inner {
  display: flex;
  gap: 42rem;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 72rem;
  padding: 0 0 0 26rem;
  background-color: var(--color-red);
  border-radius: 100rem;
}
.cMenu__nav_contact_icon {
  width: 12rem;
  height: 12rem;
}
.cMenu__nav_contact_text {
  font-size: 18rem;
  font-weight: 700;
  line-height: 1;
  color: var(--color-white);
  letter-spacing: 0.02em;
}

.cMenuNavItem {
  text-align: center;
}
.cMenuNavItem__link {
  display: flex;
  gap: 10rem;
  align-items: center;
  pointer-events: auto;
}
.cMenuNavItem__link_icon {
  display: block;
  flex-shrink: 0;
  width: 9rem;
  height: 9rem;
}
.cMenuNavItem__link_text {
  font-size: 20rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.cMenuNavItem__link_sublist {
  display: flex;
  flex-direction: column;
  gap: 10rem;
  padding-left: 20rem;
  margin-top: 17rem;
}
.cMenuNavItem__link_subitem_link {
  display: flex;
  gap: 8rem;
  align-items: center;
}
.cMenuNavItem__link_subitem_link_icon {
  width: 6rem;
  height: 9rem;
}
.cMenuNavItem__link_subitem_link_text {
  font-size: 18rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.is-menu-open {
  min-height: 100vh;
}
.is-menu-open .cMenu__wrapper {
  pointer-events: auto;
}
.is-menu-open .cMenu__inner {
  transform: translateX(0);
}
.is-menu-open .cMenu__nav {
  opacity: 1;
}

.cScreenSaver {
  display: none;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}

.cScreenSaver-Bouhankun {
  transform-origin: bottom left;
  animation: bouhankun-head-screen 6s forwards infinite;
}

@keyframes bouhankun-head-screen {
  0%, 40% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-9deg);
  }
  60% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.cScreenSaver-human {
  transform-origin: bottom center;
  animation: human-head-screen 6s forwards infinite;
}

@keyframes human-head-screen {
  0%, 10% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(10deg);
  }
  40% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@media screen and (min-width: 768px) {
  .cScreenSaver {
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--z-screensaver);
    display: block;
    visibility: hidden;
    width: 100%;
    height: 100vh;
  }
  .cScreenSaver.is-active {
    visibility: visible;
  }
  .cScreenSaver__background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: var(--color-gray02);
    opacity: 0.9;
    -webkit-mask-image: radial-gradient(circle var(--mask-size) at var(--mask-x) var(--mask-y), transparent calc(var(--mask-size) - 1px), black var(--mask-size));
            mask-image: radial-gradient(circle var(--mask-size) at var(--mask-x) var(--mask-y), transparent calc(var(--mask-size) - 1px), black var(--mask-size));
    -webkit-mask-composite: xor;
            mask-composite: xor;
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    --mask-x: 50vw;
    --mask-y: calc(var(--vh, 1vh) * 151);
    --mask-size: 49vh;
  }
  .cScreenSaver__human, .cScreenSaver__bouhankun {
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 1;
  }
  .cScreenSaver__human_inner, .cScreenSaver__bouhankun_inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .cScreenSaver__human {
    width: 172rem;
    height: 134rem;
  }
  .cScreenSaver__human_inner {
    margin-left: -28rem;
  }
  .cScreenSaver__human_body {
    position: absolute;
    top: 71rem;
    left: 0;
    width: 172rem;
    height: 63rem;
  }
  .cScreenSaver__human_head {
    position: absolute;
    top: 0;
    left: 41rem;
    width: 83rem;
    height: 83rem;
  }
  .cScreenSaver__bouhankun {
    width: 129rem;
    height: 98rem;
  }
  .cScreenSaver__bouhankun_inner {
    margin-left: -132rem;
  }
  .cScreenSaver__bouhankun_body {
    position: absolute;
    top: 72rem;
    left: 0;
    width: 68rem;
    height: 27rem;
  }
  .cScreenSaver__bouhankun_head {
    position: absolute;
    top: 0;
    left: 45rem;
    width: 84rem;
    height: 90rem;
  }
}
.lMain {
  opacity: 0;
}

.cOpening {
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--z-opening);
  width: 100%;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
}
.cOpening.is-hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.cOpening__circle {
  --mask-x: 50vw;
  --mask-y: calc(var(--vh, 1vh) * 50);
  --mask-size: "1rem";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  pointer-events: none;
  background-color: #d7dddd;
  -webkit-mask-image: radial-gradient(circle var(--mask-size) at var(--mask-x) var(--mask-y), transparent calc(var(--mask-size) - 1px), black var(--mask-size));
          mask-image: radial-gradient(circle var(--mask-size) at var(--mask-x) var(--mask-y), transparent calc(var(--mask-size) - 1px), black var(--mask-size));
  -webkit-mask-composite: xor;
          mask-composite: xor;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

.cButtonHover {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: var(--w-button, 100%);
  height: var(--h-button, 100%);
  overflow: hidden;
  border-radius: 110rem;
}
.cButtonHover::before {
  position: absolute;
  top: -25%;
  left: -25%;
  z-index: 0;
  width: 150%;
  height: 150%;
  content: "";
  background-color: var(--color-button-hover);
  clip-path: circle(0% at 50% 50%);
}
.cButtonHover::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--color-button, #df3101);
  border-radius: 110rem;
}
.cButtonHover__icon {
  position: absolute;
  top: var(--top-icon, 16rem);
  left: var(--left-icon, 20rem);
  z-index: 1;
  width: var(--w-icon, 12rem);
  height: var(--h-icon, 12rem);
}
.cButtonHover__icon svg path {
  fill: var(--color-button-square, #000);
}
.cButtonHover__text {
  position: relative;
  z-index: 1;
  width: 100%;
  font-size: var(--size-text, 16rem);
  font-weight: 700;
  line-height: 1;
  color: var(--color-button-text, #fff);
  text-align: center;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) and (any-hover: hover) {
  .cButtonHover::before {
    transition: clip-path 0.5s var(--ease-out-expo);
  }
  .cButtonHover__icon {
    transition: transform 0.3s var(--ease-out-quart);
  }
  .cButtonHover:hover::before {
    clip-path: circle(50% at 50% 50%);
  }
  .cButtonHover:hover .cButtonHover__icon {
    transform: scale(1.5);
    transition: transform 0.3s var(--ease-out-expo);
  }
  .cButtonHover:hover .cButtonHover__text {
    color: var(--color-button-hover-text, #fff);
    transition: color 0.3s var(--ease-out-expo);
  }
}
:root {
  --current-rotation: 0deg;
  --reset-duration: 0.5s;
}

@keyframes bouhankun-eye {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-5deg);
  }
}
@keyframes bouhankun-head-menu {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-8deg);
  }
}
@keyframes bouhankun-body-menu {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-6deg);
  }
}
/* 元の位置に戻るためのアニメーション */
@keyframes bouhankun-reset {
  0% {
    transform: rotate(var(--current-rotation));
  }
  100% {
    transform: rotate(0deg);
  }
}
.lHeader {
  position: fixed;
  top: 0;
  right: 0;
  z-index: var(--z-header-base);
  width: 100%;
  height: 80rem;
  pointer-events: auto;
}
.lHeader__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-left: 20rem;
  background-color: var(--color-white);
}
.lHeader__logo {
  position: relative;
  z-index: var(--z-header);
  width: 153rem;
}
.lHeader__menu {
  position: relative;
  z-index: var(--z-header);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80rem;
  height: 80rem;
}
.lHeader__menu_inner {
  position: relative;
  width: 32rem;
  height: 18px;
}
.lHeader__menu_line {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--color-black);
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.lHeader__menu_line:first-of-type {
  top: 0;
  left: 0;
}
.lHeader__menu_line:nth-of-type(2) {
  top: 8px;
  left: 0;
}
.lHeader__menu_line:last-of-type {
  top: 16px;
  left: 0;
}
.lHeader__icon {
  position: fixed;
  top: 82rem;
  right: -3rem;
  width: 120rem;
  height: 78rem;
  transform: translateX(0) rotate(0);
  transition: 0.5s transform var(--ease-in-out-cubic);
}
.lHeader__icon_inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.lHeader__icon_head {
  position: absolute;
  top: 0;
  left: 0;
  width: 98rem;
  transform-origin: right center;
  animation: bouhankun-reset var(--reset-duration) linear forwards;
  will-change: transform;
}
.lHeader__icon_head_eye {
  position: absolute;
  width: 12rem;
  height: 11rem;
}
.lHeader__icon_head_eye--left {
  top: 32rem;
  left: 15rem;
}
.lHeader__icon_head_eye--right {
  top: 30rem;
  left: 34rem;
}
.lHeader__icon_head_eye_inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.lHeader__icon_head_eye_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: right center;
  animation: bouhankun-reset var(--reset-duration) linear forwards;
  will-change: transform;
}
.lHeader__icon_body {
  position: absolute;
  top: 5rem;
  right: 0;
  width: 33rem;
  transform-origin: right center;
  animation: bouhankun-reset var(--reset-duration) linear forwards;
  will-change: transform;
}

.is-menu-open .lHeader__menu {
  pointer-events: auto;
}
.is-menu-open .lHeader__menu_line:first-of-type {
  transform: translate(0, 7rem) rotate(135deg);
}
.is-menu-open .lHeader__menu_line:nth-of-type(2) {
  opacity: 0;
  transform: translate(-100%, -50%);
}
.is-menu-open .lHeader__menu_line:last-of-type {
  transform: translate(0, -9rem) rotate(-135deg);
}
.is-menu-open .lHeader__icon_head {
  transition: none;
  animation: bouhankun-head-menu 6s forwards infinite;
  animation-fill-mode: both;
}
.is-menu-open .lHeader__icon_head_eye_image--black {
  transition: none;
  animation: bouhankun-eye 6s forwards infinite;
  animation-fill-mode: both;
}
.is-menu-open .lHeader__icon_body {
  transition: none;
  animation: bouhankun-body-menu 6s forwards infinite;
  animation-fill-mode: both;
}

@media screen and (max-width: 768px) {
  .lenis-scrolling .lHeader__icon {
    transform: translate(105%, 10%) rotate(30deg);
  }
}
@media screen and (min-width: 768px) {
  .lHeader {
    height: 102rem;
    padding-top: 16rem;
    background-color: var(--color-white);
  }
  .lHeader__inner {
    padding-left: 40rem;
  }
  .lHeader__logo {
    width: 153rem;
  }
  .lHeader__container {
    display: flex;
    gap: 22rem;
  }
  .lHeader__nav {
    display: flex;
    gap: 48rem;
    align-items: center;
  }
  .lHeader__nav_list {
    display: flex;
    gap: 32rem;
  }
  .lHeader__nav_item_link {
    font-size: 17rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
  }
  .lHeader__nav_contact {
    --w-button: 184rem;
    --h-button: 40rem;
    --color-button: var(--color-red);
    --color-button-hover: var(--color-button-hover-red);
    --color-button-text: var(--color-white);
    --color-button-square: var(--color-white);
    margin-top: 5rem;
    --w-icon: 8rem;
    --h-icon: 8rem;
  }
  .lHeader__nav_contact .cButtonHover__text {
    margin: -1rem 0 0 15rem;
  }
  .lHeader__icon {
    position: relative;
    top: 19rem;
    right: -2rem;
    width: 133rem;
    height: 87rem;
  }
  .lHeader__icon_body {
    top: 4rem;
    width: 36rem;
    height: 29rem;
    transform-origin: right center;
    transition: transform 0.35s cubic-bezier(0, 0.82, 0.44, 1);
    animation: none;
  }
  .lHeader__icon_head {
    width: 108rem;
    height: 80rem;
    transform-origin: right center;
    transition: transform 0.35s cubic-bezier(0, 0.82, 0.44, 1);
    animation: none;
  }
  .lHeader__icon_head_eye {
    position: absolute;
    width: 13rem;
    height: 12rem;
  }
  .lHeader__icon_head_eye_image--eye {
    transform: rotate(0);
    animation: none;
  }
  .lHeader__icon_head_eye_image--black {
    transition: transform 0.35s cubic-bezier(0, 0.82, 0.44, 1);
    animation: none;
  }
  .lHeader__icon_head_eye--left {
    top: 35rem;
    left: 17rem;
  }
  .lHeader__icon_head_eye--right {
    top: 33rem;
    left: 37rem;
  }
  .lHeader__icon_head.is-contact {
    transform: rotate(16deg);
  }
  [data-bouhankun=rightup] .lHeader__icon_body {
    transform: rotate(-8deg);
  }
  [data-bouhankun=rightup] .lHeader__icon_head {
    transform: rotate(-7deg);
  }
  [data-bouhankun=rightup] .lHeader__icon_head_eye_image--black {
    transform: rotate(-4deg);
  }
  [data-bouhankun=rightdown] .lHeader__icon_body {
    transform: rotate(-7deg);
  }
  [data-bouhankun=rightdown] .lHeader__icon_head {
    transform: rotate(-14deg) translateX(10rem);
  }
  [data-bouhankun=rightdown] .lHeader__icon_head_eye_image--black {
    transform: rotate(-7deg);
  }
  [data-bouhankun=leftup] .lHeader__icon_body {
    transform: rotate(2deg);
  }
  [data-bouhankun=leftup] .lHeader__icon_head {
    transform: rotate(6deg);
  }
  [data-bouhankun=leftup] .lHeader__icon_head_eye_image--black {
    transform: rotate(0);
  }
  [data-bouhankun=leftdown] .lHeader__icon_body {
    transform: rotate(-2deg);
  }
  [data-bouhankun=leftdown] .lHeader__icon_head {
    transform: rotate(-2deg);
  }
  [data-bouhankun=leftdown] .lHeader__icon_head_eye_image--black {
    transform: rotate(0);
  }
  [data-bouhankun=contact] .lHeader__icon_body {
    transform: rotate(2deg);
  }
  [data-bouhankun=contact] .lHeader__icon_head {
    transform: rotate(16deg);
  }
  [data-bouhankun=contact] .lHeader__icon_head_eye_image--black {
    transform: rotate(0);
  }
  [data-bouhankun=header] .lHeader__icon_body {
    transform: rotate(1deg);
  }
  [data-bouhankun=header] .lHeader__icon_head {
    transform: rotate(8deg);
  }
  [data-bouhankun=header] .lHeader__icon_head_eye_image--black {
    transform: rotate(0);
  }
  [data-bouhankun=none] .lHeader__icon_body {
    transform: rotate(0);
  }
  [data-bouhankun=none] .lHeader__icon_head {
    transform: rotate(0);
  }
  [data-bouhankun=none] .lHeader__icon_head_eye_image--eye {
    transform: rotate(0);
  }
  [data-bouhankun=none] .lHeader__icon_head_eye_image--black {
    transform: rotate(0);
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  .lHeader__nav_item_link {
    transition: color 0.3s var(--ease-out-expo);
  }
  .lHeader__nav_item_link:hover {
    color: var(--color-red);
  }
}
.lFooter {
  padding: 48rem 32rem 68rem;
  background-color: var(--color-white);
}
.lFooter__inner {
  width: 100%;
}
.lFooter__logo {
  width: 252rem;
  height: 69rem;
}
.lFooter__address {
  margin-top: 32rem;
}
.lFooter__address_text {
  font-size: 18rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.lFooter__address_tel {
  display: flex;
  gap: 18rem;
  align-items: baseline;
  margin-top: 12rem;
}
.lFooter__address_tel_text {
  font-size: 18rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.lFooter__address_tel_number {
  font-size: 22rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}
.lFooter__address_email {
  display: flex;
  gap: 10rem;
  align-items: baseline;
  margin-top: 12rem;
}
.lFooter__address_email_text {
  font-size: 18rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.lFooter__address_email_address {
  font-size: 18rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}
.lFooter__right {
  margin-top: 56rem;
}
.lFooter__nav_list {
  display: flex;
  flex-direction: column;
  gap: 28rem;
}
.lFooter__nav_link {
  display: flex;
  gap: 10rem;
  align-items: flex-start;
}
.lFooter__nav_link_icon {
  flex-shrink: 0;
  width: 9rem;
  height: 9rem;
  margin-top: 9rem;
}
.lFooter__nav_link_text {
  font-size: 20rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.lFooter__nav_sublist {
  display: flex;
  flex-direction: column;
  gap: 10rem;
  padding-left: 20rem;
  margin-top: 17rem;
}
.lFooter__nav_subitem_link {
  display: flex;
  gap: 8rem;
  align-items: center;
}
.lFooter__nav_subitem_link_icon {
  width: 6rem;
  height: 9rem;
}
.lFooter__nav_subitem_link_text {
  font-size: 18rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.lFooter__copyright {
  margin-top: 50rem;
}
.lFooter__copyright_image {
  width: 100%;
  height: 120rem;
}
.lFooter__copyright_text {
  display: block;
  margin-top: 56rem;
  font-size: 12rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 768px) {
  .lFooter {
    padding: 88rem 40rem 40rem 48rem;
  }
  .lFooter__inner {
    display: flex;
    justify-content: space-between;
  }
  .lFooter__logo {
    width: 256rem;
    height: 70rem;
    margin-left: 4rem;
  }
  .lFooter__address {
    margin-top: 42rem;
  }
  .lFooter__address_text {
    font-size: 16rem;
  }
  .lFooter__address_tel {
    gap: 18rem;
    margin-top: 12rem;
  }
  .lFooter__address_tel_text {
    font-size: 16rem;
  }
  .lFooter__address_tel_number {
    font-size: 20rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.02em;
    pointer-events: none;
  }
  .lFooter__address_email {
    gap: 10rem;
    margin-top: 6rem;
  }
  .lFooter__address_email_text {
    font-size: 16rem;
  }
  .lFooter__address_email_address {
    font-size: 16rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.02em;
  }
  .lFooter__right {
    flex-grow: 1;
    margin-top: 10rem;
  }
  .lFooter__nav_list {
    flex-direction: row;
    gap: 47rem;
    justify-content: flex-end;
    padding-right: 59rem;
  }
  .lFooter__nav_item {
    flex-shrink: 0;
  }
  .lFooter__nav_link_icon {
    width: 9rem;
    height: 9rem;
    margin-top: 9rem;
  }
  .lFooter__nav_link_text {
    font-size: 17rem;
  }
  .lFooter__nav_sublist {
    padding-left: 8rem;
    margin-top: 23rem;
  }
  .lFooter__nav_subitem_link {
    gap: 8rem;
  }
  .lFooter__nav_subitem_link_icon {
    width: 6rem;
    height: 9rem;
  }
  .lFooter__nav_subitem_link_text {
    font-size: 16rem;
  }
  .lFooter__copyright {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 110rem;
  }
  .lFooter__copyright_image {
    width: 523rem;
    height: 83rem;
  }
  .lFooter__copyright_text {
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  .lFooter__nav_link_text {
    transition: color 0.3s var(--ease-out-expo);
  }
  .lFooter__nav_link_icon {
    transform: scale(1);
    transition: transform 0.3s var(--ease-out-expo);
  }
  .lFooter__nav_link:hover .lFooter__nav_link_text {
    color: var(--color-red);
  }
  .lFooter__nav_link:hover .lFooter__nav_link_icon {
    transform: scale(1.5);
  }
  .lFooter__nav_subitem_link_text {
    transition: transform 0.3s var(--ease-out-expo);
  }
  .lFooter__nav_subitem_link:hover .lFooter__nav_subitem_link_text {
    transform: translateX(4rem);
  }
}