:root {
  --color-white: #f4f4f4;
  --color-black: #1c1c1c;
  --color-bg-black: #262626;
  --color-gray: #333333;
  --color-light_gray: #e7e7e7;
  --color-line-gray: #565656;
  --color-line-light_gray: #cecece;
  --grassmorphism-base: linear-gradient(to right bottom, rgba(84, 84, 84, 0.08) 0%, rgba(70, 70, 70, 0.08) 100%);
  --grassmorphism-outline: 1px solid rgba(41, 41, 41, 0.72);
  --fz-3: 0.75rem;
  --fz-3r5: 0.875rem;
  --fz-4: 1rem;
  --fz-4r5: 1.125rem;
  --fz-5: 1.25rem;
  --fz-6: 1.5rem;
  --fz-7: 1.75rem;
  --fz-8: 2rem;
  --fz-10: 2.5rem;
  --fz-11: 2.75rem;
  --fz-12: 3rem;
  --fz-16: 4rem;
  --fz-20: 5rem;
  --fz-25: 6.25rem;
  --spacer-1: 0.25rem;
  --spacer-2: 0.5rem;
  --spacer-2r5: 0.625rem;
  --spacer-3: 0.75rem;
  --spacer-3r75: 0.9375rem;
  --spacer-4: 1rem;
  --spacer-4r5: 1.125rem;
  --spacer-5: 1.25rem;
  --spacer-5r75: 1.4375rem;
  --spacer-6: 1.5rem;
  --spacer-6r5: 1.625rem;
  --spacer-6r75: 1.6875rem;
  --spacer-7: 1.75rem;
  --spacer-8: 2rem;
  --spacer-9: 2.25rem;
  --spacer-9r5: 2.375rem;
  --spacer-10: 2.5rem;
  --spacer-12: 3rem;
  --spacer-14: 3.5rem;
  --spacer-16: 4rem;
  --spacer-18: 4.5rem;
  --spacer-18r25: 4.5625rem;
  --spacer-20: 5rem;
  --spacer-22: 5.5rem;
  --spacer-25: 6.25rem;
  --spacer-30: 7.5rem;
  --spacer-35: 8.75rem;
  --spacer-40: 10rem;
  --spacer-45: 11.25rem;
  --spacer-50: 12.5rem;
  --spacer-55: 13.75rem;
  --font-eng: Satoshi, sans-serif;
  --font-jp: Noto Sans JP, sans-serif;
}

* {
  font-family: var(--font-jp);
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

html {
  /* scroll-behavior: smooth; */
  background-color: var(--color-white);
  font-size: calc(0.01 * (100vw - var(--window-diff)));
  margin-top: 0 !important;
}
@media screen and (max-width: 1279px) {
  html {
    font-size: calc(0.015625 * (100vw - var(--window-diff)));
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(0.041025641 * (100vw - var(--window-diff)));
  }
}

h1,
h2,
h3,
h4,
p,
li {
  color: var(--color-white);
  line-height: 1;
  letter-spacing: -0.04em;
}

h1,
h2,
h3,
h4 {
  font-weight: 500;
}

p {
  font-size: var(--fz-4);
  font-weight: 400;
}

a {
  text-decoration: none;
  color: var(--color-white);
  display: block;
  font-family: var(--font-jp);
  font-weight: 500;
}

span {
  font-family: inherit;
  line-height: inherit;
  display: inline-block;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  line-height: 1;
}

.eng {
  font-family: var(--font-eng);
  font-weight: 600;
}
.eng .eng__span {
  font-weight: 300;
}

img {
  display: block;
}

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

table {
  border-spacing: 0;
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
  z-index: -1;
}
.bg__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.bg__base {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.bg__base-item {
  flex: 1;
  height: auto;
  background-color: var(--color-black);
  transform-origin: bottom;
}
.bg__base-item--short {
  flex: unset;
  width: 6.25rem;
  height: auto;
}
.bg__line {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0 var(--spacer-25);
}
.bg__line-item {
  width: 1px;
  height: auto;
  background-color: var(--color-bg-black);
  transform-origin: bottom;
}
.bg.is-closing {
  transform-origin: bottom;
  transform: scaleY(0);
}

.nav_arrow {
  width: 100%;
  height: 100%;
}
.nav_arrow__path {
  stroke: var(--color-white);
}

.nav_chevron {
  width: 100%;
  height: 100%;
}
.nav_chevron__path {
  stroke: var(--color-white);
}

.nav_external {
  width: 100%;
  height: 100%;
}
.nav_external__path {
  stroke: var(--color-white);
}

@media screen and (max-width: 1279px) {
  .bg__base-item--short {
    width: 4rem;
  }
  .bg__line {
    padding: 0 var(--spacer-16);
  }
}
@media screen and (max-width: 767px) {
  .bg__base-item--short {
    width: 1.25rem;
  }
  .bg__line {
    padding: 0 var(--spacer-5);
  }
}
/* --------------------------------------------------- */
/* responsive */
/* --------------------------------------------------- */
.pc-d {
  display: block;
}

.sp-d {
  display: none;
}

@media screen and (max-width: 1279px) {
  .pc-d {
    display: none;
  }
  .sp-d {
    display: block;
  }
}
/* --------------------------------------------------- */
/* bg */
/* --------------------------------------------------- */
/* --------------------------------------------------- */
/* header */
/* --------------------------------------------------- */
.header {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--spacer-7);
  position: relative;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.header__inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}
.header__logo {
  height: 3rem;
  width: auto;
  position: relative;
  transition: opacity 0.3s ease;
}
.header__logo:hover {
  opacity: 0.5;
}
.header__logo svg {
  width: auto;
  height: 3rem;
}
.header__logo svg path {
  fill: var(--color-white);
}
.header__nav {
  display: flex;
  gap: var(--spacer-10);
  height: auto;
  align-items: center;
  position: relative;
  flex-shrink: 0;
}
.header__nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  height: 100%;
  transition: opacity 0.3s ease;
}
.header__nav-link--active .header__nav-text {
  color: var(--color-black);
}
.header__nav-link--active .header__nav-text::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-white);
  z-index: -1;
}
.header__nav-link:hover {
  opacity: 0.5;
}
.header__nav-text {
  font-family: var(--font-eng);
  font-weight: 500;
  line-height: 1;
  font-style: normal;
  color: var(--color-white);
  font-size: var(--fz-4);
  white-space: nowrap;
  letter-spacing: 0.02em;
  position: relative;
  flex-shrink: 0;
}
.header__contact {
  border: 1px solid var(--color-white);
  display: flex;
  width: 7.5rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  position: relative;
  flex-shrink: 0;
  transition: opacity 0.3s ease;
}
.header__contact-text {
  font-family: var(--font-eng);
  font-weight: 500;
  line-height: 1;
  font-style: normal;
  color: var(--color-white);
  font-size: var(--fz-4);
  white-space: nowrap;
  letter-spacing: 0.02em;
  position: relative;
  flex-shrink: 0;
}
.header__contact:hover {
  opacity: 0.5;
}
.header__btn {
  display: none;
}
.header--page .header__logo svg path {
  fill: var(--color-black);
}
.header--page .header__nav-link--active .header__nav-text {
  color: var(--color-white);
}
.header--page .header__nav-link--active .header__nav-text::after {
  background-color: var(--color-black);
}
.header--page .header__nav-text {
  color: var(--color-black);
}
.header--page .header__contact {
  border-color: var(--color-black);
}
.header--page .header__contact-text {
  color: var(--color-black);
}

.sp_menu {
  display: none;
}

@media screen and (max-width: 767px) {
  .header {
    padding: var(--spacer-5);
  }
  .header__logo {
    height: 2.5rem;
  }
  .header__logo svg {
    height: 2.5rem;
  }
  .header__nav {
    display: none;
  }
  .header__contact {
    display: none;
  }
  .header__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
  }
  .header__btn-inner {
    width: 100%;
    height: 1.5rem;
    position: relative;
  }
  .header__btn-line {
    width: 100%;
    height: 1px;
    background-color: var(--color-white);
    display: block;
    position: absolute;
    left: 50%;
    transition: all 0.3s ease;
  }
  .header__btn-line:first-of-type {
    top: 0;
    transform: translate(-50%, -50%);
  }
  .header__btn-line:nth-of-type(2) {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .header__btn-line:last-of-type {
    bottom: 0;
    transform: translate(-50%, 50%);
  }
  .header__btn.open .header__btn-line:first-of-type {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .header__btn.open .header__btn-line:nth-of-type(2) {
    opacity: 0;
  }
  .header__btn.open .header__btn-line:last-of-type {
    bottom: 50%;
    transform: translate(-50%, 50%) rotate(-45deg);
  }
  .header--page .header__btn-line {
    background-color: var(--color-black);
  }
  .header--page + .sp_menu .sp_menu__nav-text {
    color: var(--color-black);
  }
  .header--page + .sp_menu .sp_menu__nav-caption {
    color: var(--color-black);
  }
  .sp_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background: var(--grassmorphism-base);
    backdrop-filter: blur(20px);
    padding-top: var(--header-height);
    z-index: 99;
    display: none;
  }
  .sp_menu__inner {
    width: 100%;
    height: 100%;
    padding: 0 var(--spacer-5);
  }
  .sp_menu__contact {
    width: 100%;
    border: 1px solid var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--spacer-5) 0;
    border-radius: 3px;
  }
  .sp_menu__contact-text {
    font-family: var(--font-eng);
    font-size: var(--fz-4);
    text-align: center;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
  .sp_menu__nav {
    display: flex;
    flex-wrap: wrap;
    gap: var(--spacer-10) 0;
    padding-top: var(--spacer-8);
  }
  .sp_menu__nav-link {
    width: 50%;
  }
  .sp_menu__nav-text {
    font-family: var(--font-eng);
    font-size: var(--fz-6);
    letter-spacing: 0.02em;
    font-weight: 500;
  }
  .sp_menu__nav-caption {
    font-size: var(--fz-3);
    font-weight: 500;
    margin-top: var(--spacer-2);
  }
}
/* --------------------------------------------------- */
/* footer */
/* --------------------------------------------------- */
.footer {
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: var(--spacer-25);
  position: relative;
  width: 100%;
  overflow: hidden;
}
.footer__accessory {
  position: absolute;
  bottom: -2.5rem;
  width: calc(100% - var(--spacer-7) * 2);
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  filter: blur(13px);
}
.footer__accessory g path {
  fill: var(--color-gray);
}
.footer__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  flex-shrink: 0;
}
.footer__box {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-16);
  align-items: flex-start;
  position: relative;
  flex-shrink: 0;
}
.footer__nav {
  display: flex;
  gap: var(--spacer-8);
  align-items: center;
  position: relative;
  flex-shrink: 0;
  width: 100%;
}
.footer__nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  transition: opacity 0.3s ease;
}
.footer__nav-link:hover {
  opacity: 0.5;
}
.footer__nav-text {
  font-family: var(--font-eng);
  font-weight: 500;
  line-height: 1;
  font-style: normal;
  position: relative;
  flex-shrink: 0;
  color: var(--color-white);
  font-size: var(--fz-4);
  white-space: nowrap;
  letter-spacing: 0.02em;
}
.footer__logo {
  height: 3rem;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  width: auto;
  transition: opacity 0.3s ease;
}
.footer__logo:hover {
  opacity: 0.5;
}
.footer__logo svg {
  width: auto;
  height: 3rem;
}
.footer__logo svg path {
  fill: var(--color-white);
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-6);
  align-items: flex-start;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  width: 9.5625rem;
}
.footer__privacy_policy {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  text-decoration: underline;
  text-underline-position: from-font;
  text-decoration-style: solid;
}
.footer__privacy_policy-text {
  font-family: var(--font-eng);
  font-weight: 400;
  line-height: 1;
  font-style: normal;
  position: relative;
  flex-shrink: 0;
  color: var(--color-white);
  font-size: var(--fz-3r5);
  white-space: nowrap;
  letter-spacing: 0.02em;
}
.footer__copyright {
  font-family: var(--font-eng);
  font-weight: 400;
  line-height: 1;
  min-width: 100%;
  font-style: normal;
  position: relative;
  flex-shrink: 0;
  color: var(--color-white);
  font-size: var(--fz-3r5);
  letter-spacing: 0.02em;
  width: min-content;
}
.footer__sp_copyright {
  display: none;
}

.footer__works {
  width: 21.875rem;
}
.footer__works-link {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-7);
  align-items: flex-start;
  position: relative;
  flex-shrink: 0;
  width: 100%;
  transition: opacity 0.3s ease;
}
.footer__works-link:hover {
  opacity: 0.5;
}
.footer__works-thumbnail {
  height: auto;
  border-radius: 3px;
  flex-shrink: 0;
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  object-fit: cover;
  object-position: center;
}
.footer__works-desc {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-4r5);
  align-items: flex-start;
  position: relative;
  flex-shrink: 0;
  width: 100%;
}
.footer__works-title {
  font-weight: 500;
  line-height: 1.75;
  position: relative;
  flex-shrink: 0;
  color: var(--color-white);
  font-size: var(--fz-4);
  letter-spacing: -0.04em;
  width: 100%;
}
.footer__works-categories {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacer-2);
  align-items: flex-start;
  position: relative;
  flex-shrink: 0;
  width: 100%;
}
.footer__works-category {
  border: 1px solid var(--color-white);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--spacer-2r5);
  border-radius: 3px;
  position: relative;
  flex-shrink: 0;
}
.footer__works-category p {
  font-weight: 400;
  line-height: 1;
  position: relative;
  flex-shrink: 0;
  color: var(--color-white);
  font-size: var(--fz-3);
  white-space: nowrap;
  letter-spacing: -0.04em;
}

.footer--page .footer__logo svg path {
  fill: var(--color-black);
}
.footer--page .footer__nav-link--active .footer__nav-text {
  color: var(--color-white);
}
.footer--page .footer__nav-text {
  color: var(--color-black);
}
.footer--page .footer__privacy_policy {
  color: var(--color-black);
}
.footer--page .footer__privacy_policy-text {
  color: var(--color-black);
}
.footer--page .footer__copyright {
  color: var(--color-black);
}
.footer--page .footer__works-category {
  border-color: var(--color-black);
}
.footer--page .footer__works-category p {
  color: var(--color-black);
}
.footer--page .footer__works-title {
  color: var(--color-black);
}
.footer--page .footer__accessory g path {
  fill: var(--color-light_gray);
}

@media screen and (max-width: 1279px) {
  .footer {
    padding: var(--spacer-20) var(--spacer-16);
  }
  .footer__nav {
    width: 28rem;
    flex-wrap: wrap;
  }
  .footer__box {
    gap: var(--spacer-12);
  }
  .footer__works {
    width: 14rem;
  }
  .footer__accessory {
    bottom: -1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: var(--spacer-12) var(--spacer-5) var(--spacer-7) var(--spacer-5);
    flex-direction: column;
    gap: var(--spacer-12);
  }
  .footer__bottom {
    display: none;
  }
  .footer__sp_copyright {
    display: block;
    font-size: var(--fz-3);
    letter-spacing: 0.02em;
    font-weight: 400;
    font-family: var(--font-eng);
  }
  .footer__box {
    width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .footer__nav {
    width: 10.9375rem;
    gap: var(--spacer-1) 0;
  }
  .footer__nav-link {
    width: 5.46875rem;
    padding: var(--spacer-4) 0;
    justify-content: flex-start;
  }
  .footer__nav-text {
    font-size: var(--fz-3r5);
  }
  .footer__logo {
    margin-top: var(--spacer-4);
    height: 2.5rem;
  }
  .footer__logo svg {
    height: 2.5rem;
  }
  .footer__works {
    width: 100%;
  }
  .footer__works-link {
    gap: var(--spacer-5);
  }
  .footer__works-category {
    padding: var(--spacer-2);
  }
  .footer__works-desc {
    gap: var(--spacer-4);
  }
  .footer__works-title {
    font-size: var(--fz-3r5);
  }
  .footer__accessory {
    display: none;
  }
  .footer--page .footer__sp_copyright {
    color: var(--color-black);
  }
}
/* --------------------------------------------------- */
/* swiper.js */
/* --------------------------------------------------- */
.swiper_controller {
  display: flex;
  gap: var(--spacer-10);
  align-items: center;
  position: relative;
  flex-shrink: 0;
  width: 43.75rem;
}
.swiper_controller__line {
  flex: 1 1 0;
  background-color: var(--color-white);
  height: 1px;
  min-height: 1px;
  min-width: 1px;
  flex-shrink: 0;
}
.swiper-button-prev, .swiper-button-next {
  border: 1px solid var(--color-white);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  position: relative !important;
  flex-shrink: 0;
  width: 5rem !important;
  height: 5rem !important;
  margin: 0 !important;
  left: 0 !important;
  right: auto !important;
  transition: opacity 0.3s ease !important;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  opacity: 0.5;
}
.swiper-button-prev::after, .swiper-button-next::after {
  display: none !important;
}
.swiper-button-prev .swiper_controller__svg, .swiper-button-next .swiper_controller__svg {
  width: 2rem !important;
  height: 2rem !important;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  transform: none;
}

@media screen and (max-width: 1279px) {
  .swiper_controller {
    width: 28rem;
  }
}
@media screen and (max-width: 767px) {
  .swiper_controller {
    width: 100%;
    padding: 0 var(--spacer-5);
    justify-content: space-between;
    gap: unset;
  }
  .swiper_controller__line {
    flex: none;
    width: 10.9375rem;
  }
  .swiper-button-prev, .swiper-button-next {
    width: 3.75rem !important;
    height: 3.75rem !important;
  }
  .swiper-button-prev .swiper_controller__svg, .swiper-button-next .swiper_controller__svg {
    width: 1.5rem !important;
    height: 1.5rem !important;
  }
}
/* --------------------------------------------------- */
/* components */
/* --------------------------------------------------- */
/* --------------------------------------------------- */
/* section_title */
/* --------------------------------------------------- */
.section_title--small {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--spacer-2r5);
}
.section_title--small .section_title__text {
  font-size: var(--fz-8);
  font-family: var(--font-eng);
  font-weight: 500;
  letter-spacing: 0.02em;
}
.section_title--small .section_title__caption {
  font-size: var(--fz-3r5);
  font-weight: 500;
}
.section_title--medium {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--spacer-4);
  line-height: 1;
  color: var(--color-white);
}
.section_title--medium .section_title__text {
  font-size: var(--fz-16);
  font-family: var(--font-eng);
  font-weight: 500;
  letter-spacing: 0.02em;
}
.section_title--medium .section_title__caption {
  font-size: var(--fz-5);
  font-weight: 500;
  letter-spacing: -0.04em;
}
.section_title--large {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: var(--spacer-6r5);
  line-height: 1;
  color: var(--color-white);
  text-align: center;
}
.section_title--large .section_title__text {
  font-size: var(--fz-25);
  font-family: var(--font-eng);
  font-weight: 400;
  letter-spacing: 0.02em;
}
.section_title--large .section_title__caption {
  font-size: var(--fz-6);
  font-weight: 500;
  letter-spacing: -0.04em;
}

/* --------------------------------------------------- */
/* page_link */
/* --------------------------------------------------- */
.page_link {
  border: 1px solid var(--color-white);
  box-sizing: border-box;
  display: flex;
  gap: var(--spacer-10);
  align-items: center;
  padding-left: var(--spacer-7);
  padding-right: var(--spacer-6);
  padding-top: var(--spacer-6);
  padding-bottom: var(--spacer-6);
  border-radius: 3px;
  position: relative;
  flex-shrink: 0;
  transition: opacity 0.3s ease;
}
.page_link:hover {
  opacity: 0.5;
}
.page_link__text {
  font-weight: 500;
  line-height: 1;
  position: relative;
  flex-shrink: 0;
  color: var(--color-white);
  font-size: var(--fz-4r5);
  white-space: nowrap;
  letter-spacing: -0.04em;
}
.page_link__chevron {
  position: relative;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
}

/* --------------------------------------------------- */
/* contact */
/* --------------------------------------------------- */
.contact {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: var(--spacer-7);
  padding-right: var(--spacer-7);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  width: 100%;
}
.contact__inner {
  flex: 1 1 0;
  background-color: var(--color-gray);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 1px;
  min-width: 1px;
  padding-top: var(--spacer-18r25);
  padding-bottom: var(--spacer-20);
  padding-left: var(--spacer-25);
  padding-right: var(--spacer-22);
  border-radius: 6px;
  position: relative;
  flex-shrink: 0;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.contact__inner:hover {
  opacity: 0.5;
}
.contact__desc {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-6);
  align-items: flex-start;
  line-height: 0;
  position: relative;
  flex-shrink: 0;
  color: var(--color-white);
}
.contact__desc-jp {
  font-weight: 500;
  line-height: 1.75;
  position: relative;
  flex-shrink: 0;
  font-size: var(--fz-10);
  letter-spacing: -0.04em;
}
.contact__desc-jp p {
  margin: 0;
  display: block;
}
.contact__desc-en {
  font-family: var(--font-eng);
  font-weight: 400;
  line-height: 2;
  font-style: normal;
  opacity: 0.4;
  position: relative;
  flex-shrink: 0;
  font-size: var(--fz-4);
  letter-spacing: 0.02em;
  width: 21.875rem;
}
.contact__desc-en p {
  margin: 0;
  display: block;
}
.contact__external {
  position: relative;
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
}

@media screen and (max-width: 1279px) {
  .contact__inner {
    padding-left: var(--spacer-18);
    padding-right: var(--spacer-16);
    padding-top: var(--spacer-14);
    padding-bottom: var(--spacer-16);
  }
  .contact__desc {
    gap: var(--spacer-4);
  }
  .contact__desc-jp {
    font-size: var(--fz-8);
  }
  .contact__external {
    width: 2.75rem;
    height: 2.75rem;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 0 var(--spacer-5);
  }
  .contact__inner {
    padding: var(--spacer-5) var(--spacer-6) var(--spacer-5) var(--spacer-7);
    gap: var(--spacer-6);
  }
  .contact__desc {
    gap: var(--spacer-2);
    flex: 1;
  }
  .contact__desc-jp {
    font-size: var(--fz-4);
  }
  .contact__desc-en {
    width: auto;
    font-size: var(--fz-3);
    line-height: 1.75;
  }
  .contact__external {
    width: 1.75rem;
    height: 1.75rem;
  }
  .section_title--large {
    gap: var(--spacer-4r5);
  }
  .section_title--large .section_title__text {
    font-size: var(--fz-16);
  }
  .section_title--large .section_title__caption {
    font-size: var(--fz-4r5);
  }
}

/*# sourceMappingURL=style.css.map */
