@charset "UTF-8";
:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-blue: #072742;
  --ease-base: cubic-bezier(0.16, 1, 0.3, 1);
}
/**
 * for mobile viewoport
 */
/**
 * for tablet and Pc. large viewport
 */
@custom-media --desktop(min-width: 1280px);
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  min-width: 0;
}
/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}
/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}
/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}
/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
}
/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}
/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}
/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}
/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}
/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}
html, body {
  max-width: 100vw;
}
html {
  scroll-behavior: auto;
  scrollbar-gutter: stable;
  touch-action: pan-x pan-y;
  font-size: 0.52vw;
}
@media (max-width: 759px) {
  html {
    font-size: 2.66vw;
  }
}
body {
  font-style: normal;
  font-weight: normal;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
  overscroll-behavior-y: none;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
ul, ol {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
html.lenis,
html.lenis body {
  height: auto;
}
.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}
.lenis [data-lenis-prevent],
.lenis [data-lenis-prevent-wheel],
.lenis [data-lenis-prevent-touch] {
  overscroll-behavior: contain;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}
.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}
.u-imgCover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.u-imgContain {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 759px) {
  .for-large {
    display: none;
  }
}
@media (min-width: 760px) {
  .for-mobile {
    display: none;
  }
}
.js-sectionHeadingL,
[data-inview=heading],
[data-inview=fadein] {
  opacity: 0;
}
.l-header {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
}
.l-header__inner {
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 759px) {
  .l-header__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.l-header__ctt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
}
@media (max-width: 759px) {
  .l-header__ctt {
    padding-top: 16px;
  }
}
.l-header__logo {
  width: 180px;
}
@media (max-width: 759px) {
  .l-header__logo {
    width: 120px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-header__logo {
    transition: opacity 1s var(--ease-base);
  }
  .l-header__logo:hover {
    opacity: 0.6;
  }
}
.l-header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.l-header__nav {
  display: flex;
  gap: 48px;
}
@media (max-width: 759px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__navItem {
  display: block;
}
.l-header__navItemLink {
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-variation-settings: "YOPQ" 300;
  position: relative;
  color: #fff;
  font-size: 2rem;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__navItemLink::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    bottom: -3px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 1s var(--ease-base);
  }
  .l-header__navItemLink:hover::after {
    transform-origin: left;
    transform: scaleX(1);
  }
}
.l-header__menuTrigger {
  display: none;
}
@media (max-width: 759px) {
  .l-header__menuTrigger {
    position: relative;
    appearance: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    background: none;
    border: none;
    display: block;
    width: 24px;
    aspect-ratio: 1;
  }
  .l-header__menuTrigger::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: calc(50% - 3px);
    left: 50%;
    transform: translate(-50%, -50%);
    transition: top 0.3s 0.3s var(--ease-base), transform 0.3s var(--ease-base);
  }
  .l-header__menuTrigger::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: calc(50% + 3px);
    left: 50%;
    transform: translate(-50%, -50%);
    transition: top 0.3s 0.3s var(--ease-base), transform 0.3s var(--ease-base);
  }
  .l-header__menuTrigger[data-open=true]::before {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: top 0.3s var(--ease-base), transform 0.3s 0.3s var(--ease-base);
  }
  .l-header__menuTrigger[data-open=true]::after {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: top 0.3s var(--ease-base), transform 0.3s 0.3s var(--ease-base);
  }
}
.l-footer {
  color: #fff;
  padding-top: 120px;
  padding-bottom: 32px;
}
.l-footer__inner {
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 759px) {
  .l-footer__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.l-footer__nav {
  display: grid;
  gap: 16px;
}
@media (max-width: 759px) {
  .l-footer__nav {
    gap: 4px;
  }
}
.l-footer__navItem {
  display: block;
}
.l-footer__navItemLink {
  display: inline-block;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-variation-settings: "YOPQ" 300;
}
@media (max-width: 759px) {
  .l-footer__navItemLink {
    font-size: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__navItemLink {
    position: relative;
  }
  .l-footer__navItemLink::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transition: transform 1s var(--ease-base);
    transform-origin: right;
  }
  .l-footer__navItemLink:hover::after {
    transform-origin: left;
    transform: scaleX(1);
  }
}
.l-footer__logo {
  display: block;
  width: 240px;
  margin-top: 32px;
}
@media (max-width: 759px) {
  .l-footer__logo {
    width: 120px;
    margin-top: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__logo {
    transition: opacity 1s var(--ease-base);
  }
  .l-footer__logo:hover {
    opacity: 0.6;
  }
}
.l-footer__bottom {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 8px;
}
.l-footer__other {
  display: flex;
  align-items: flex-end;
  gap: 32px;
}
@media (max-width: 759px) {
  .l-footer__other {
    align-items: center;
    gap: 16px;
  }
}
.l-footer__otherItem {
  color: #fff;
  font-size: 1.8rem;
  text-decoration: none;
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-variation-settings: "YOPQ" 300;
}
@media (max-width: 759px) {
  .l-footer__otherItem {
    font-size: 0.9rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__otherItem:hover {
    text-decoration: underline;
  }
}
.l-footer__copyright {
  font-size: 1.6rem;
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-variation-settings: "YOPQ" 300;
}
@media (max-width: 759px) {
  .l-footer__copyright {
    font-size: 0.9rem;
  }
}
.c-pageHeader {
  color: #fff;
  padding-top: 200px;
}
@media (max-width: 759px) {
  .c-pageHeader {
    padding-top: 84px;
  }
}
.c-pageHeader__inner {
  max-width: calc(81.25% + 40px);
  margin-inline: auto;
  padding-inline: 20px;
}
@media (min-width: 760px) and (max-width: 1025px) {
  .c-pageHeader__inner {
    max-width: calc(100% - 40px);
    padding-inline: 20px;
  }
}
@media (max-width: 759px) {
  .c-pageHeader__inner {
    max-width: 100%;
    padding-inline: 16px;
  }
}
.c-btn {
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-variation-settings: "YOPQ" 300;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 2.2rem;
  letter-spacing: 0.064rem;
  border: 1px solid #fff;
  padding: 20px 32px;
  border-radius: 100px;
  gap: 100px;
  min-width: 350px;
  overflow: clip;
  z-index: 0;
  transition: color 1s var(--ease-base);
}
@media (max-width: 759px) {
  .c-btn {
    min-width: 175px;
    font-size: 1.1rem;
    padding: 12px 19px;
    gap: 44px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    inset: 0;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 1s var(--ease-base);
    border-radius: 100px;
  }
  .c-btn:hover {
    color: var(--color-blue);
  }
  .c-btn:hover::after {
    transform-origin: left;
    transform: scaleX(1);
  }
}
.c-btn__icon {
  display: block;
  width: 10px;
  aspect-ratio: 0.600024001;
}
@media (max-width: 759px) {
  .c-btn__icon {
    width: 5px;
  }
}
.c-btn__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.c-btn[data-color=white] {
  color: var(--color-blue);
  border: 1px solid var(--color-blue);
  background-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn[data-color=white]::after {
    background-color: var(--color-blue);
  }
  .c-btn[data-color=white]:hover {
    color: #fff;
  }
}
.c-sectionHeadingL {
  color: #fff;
}
.c-sectionHeadingL__main {
  font-size: 8.2rem;
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.018em;
  line-height: 1;
}
@media (max-width: 759px) {
  .c-sectionHeadingL__main {
    font-size: 3.6rem;
  }
}
.c-sectionHeadingL__sub {
  font-size: 2.6rem;
  line-height: 1;
  margin-top: 12px;
  letter-spacing: 0.15em;
  font-weight: 400;
}
@media (max-width: 759px) {
  .c-sectionHeadingL__sub {
    font-size: 1.3rem;
    margin-top: 6px;
  }
}
.l-menu {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--sh, 1lvh) * 100);
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
@media (min-width: 760px) {
  .l-menu {
    display: none !important;
  }
}
.l-menu__ctt {
  display: block;
  height: calc(var(--vh, 1lvh) * 100);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-menu__nav {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.l-menu__navItem {
  font-size: 2.5rem;
  color: #fff;
  text-align: center;
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-variation-settings: "YOPQ" 300;
  letter-spacing: 0.01rem;
}
.p-home {
  color: #fff;
}
.p-homeMv {
  position: relative;
  width: 100%;
  overflow: clip;
}
@media (min-width: 760px) {
  .p-homeMv {
    height: 100lvh;
  }
}
@media (max-width: 759px) {
  .p-homeMv {
    height: calc(100 * var(--vh, 1lvh));
  }
}
.p-homeMv__video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-width: initial;
  max-height: initial;
  width: auto;
  height: auto;
  aspect-ratio: 1.7777777778;
}
@media (max-width: 759px) {
  .p-homeMv__video {
    aspect-ratio: 0.5625;
  }
}
.p-homeMv__video video {
  width: 100%;
  height: 100%;
}
.p-homeCompany {
  padding: 120px 0;
}
@media (max-width: 759px) {
  .p-homeCompany {
    padding: 30px 0;
  }
}
.p-homeCompany__inner {
  max-width: calc(81.25% + 40px);
  margin-inline: auto;
  padding-inline: 20px;
}
@media (min-width: 760px) and (max-width: 1025px) {
  .p-homeCompany__inner {
    max-width: calc(100% - 40px);
    padding-inline: 20px;
  }
}
@media (max-width: 759px) {
  .p-homeCompany__inner {
    max-width: 100%;
    padding-inline: 16px;
  }
}
.p-homeCompany__heading {
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-variation-settings: "YOPQ" 300;
  font-size: 8.2rem;
  line-height: 1.2073170732;
}
@media (max-width: 759px) {
  .p-homeCompany__heading {
    font-size: 3.4rem;
    line-height: 1.1176470588;
  }
}
.p-homeCompany__headingSub {
  font-size: 5rem;
  margin-top: 14px;
}
@media (max-width: 759px) {
  .p-homeCompany__headingSub {
    font-size: 2rem;
    margin-top: 4px;
  }
}
.p-homeCompany__body {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (min-width: 760px) and (max-width: 1025px) {
  .p-homeCompany__body {
    flex-direction: column;
    gap: 80px;
  }
}
@media (max-width: 759px) {
  .p-homeCompany__body {
    flex-direction: column;
  }
}
.p-homeCompany__desc {
  font-size: 2.2rem;
  line-height: 1.8181818182;
}
@media (max-width: 759px) {
  .p-homeCompany__desc {
    font-size: 1rem;
  }
}
.p-homeCompany__desc p + p {
  margin-top: 1.8em;
}
.p-homeCompany__desc::before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #fff;
  margin-top: 72px;
  margin-bottom: 82px;
}
@media (max-width: 759px) {
  .p-homeCompany__desc::before {
    width: 20px;
    margin-top: 39px;
    margin-bottom: 37px;
  }
}
@media (min-width: 760px) and (max-width: 1025px) {
  .p-homeCompany__btn {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
}
@media (max-width: 759px) {
  .p-homeCompany__btn {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 47px;
  }
}
.p-homeWorks {
  position: relative;
}
.p-homeWorks__trigger {
  height: 100lvh;
  pointer-events: none;
  user-select: none;
}
@media (max-width: 759px) {
  .p-homeWorks__trigger {
    height: calc(100 * var(--vh, 1lvh));
  }
}
.p-homeWorks__wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: clip;
  z-index: 10;
}
.p-homeWorks__main {
  position: sticky;
  top: 0;
  padding: 80px 0;
}
@media (min-width: 760px) {
  .p-homeWorks__main {
    height: 100lvh;
  }
}
@media (max-width: 759px) {
  .p-homeWorks__main {
    padding: 64px 0;
    height: calc(100 * var(--vh, 1lvh));
  }
}
.p-homeWorks__inner {
  max-width: calc(81.25% + 40px);
  margin-inline: auto;
  padding-inline: 20px;
}
@media (min-width: 760px) and (max-width: 1025px) {
  .p-homeWorks__inner {
    max-width: calc(100% - 40px);
    padding-inline: 20px;
  }
}
@media (max-width: 759px) {
  .p-homeWorks__inner {
    max-width: 100%;
    padding-inline: 16px;
  }
}
.p-homeWorks__inner {
  height: 100%;
}
@media (max-width: 759px) {
  .p-homeWorks__inner {
    position: relative;
  }
}
.p-homeWorks__ctt {
  position: relative;
  display: flex;
}
@media (min-width: 760px) {
  .p-homeWorks__ctt {
    height: 100%;
  }
}
@media (max-width: 759px) {
  .p-homeWorks__ctt {
    position: initial;
    flex-direction: column-reverse;
  }
}
.p-homeWorks__pagination {
  position: absolute;
  top: 50%;
  left: -110px;
  display: grid;
  gap: 40px;
}
@media (max-width: 759px) {
  .p-homeWorks__pagination {
    top: initial;
    bottom: -44px;
    left: 16px;
    gap: 24px;
  }
}
.p-homeWorks__paginationItem {
  width: 12px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  transition: background-color 0.3s var(--ease-base);
}
.p-homeWorks__paginationItem[data-active=true] {
  background-color: #3075d5;
}
.p-homeWorks__text {
  display: flex;
  flex-direction: column;
}
.p-homeWorks__textWrap {
  display: flex;
  flex-direction: column;
}
.p-homeWorks__textList {
  position: relative;
  flex: 1;
}
.p-homeWorks__textListItem {
  position: absolute;
  top: 0;
  left: 0;
}
.p-homeWorks__textListItem:nth-child(1) {
  z-index: 10;
}
.p-homeWorks__textListItem:nth-child(2) {
  z-index: 11;
  opacity: 0;
}
.p-homeWorks__textListItem:nth-child(3) {
  z-index: 12;
  opacity: 0;
}
.p-homeWorks__textListItem:nth-child(4) {
  z-index: 13;
  opacity: 0;
}
.p-homeWorks__textListItem:nth-child(5) {
  z-index: 14;
  opacity: 0;
}
.p-homeWorks__text {
  position: relative;
  z-index: 10;
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 759px) {
  .p-homeWorks__text {
    width: 100%;
  }
}
.p-homeWorks__title {
  font-size: 3.2rem;
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-variation-settings: "YOPQ" 300;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media (max-width: 759px) {
  .p-homeWorks__title {
    font-size: 1.4rem;
    margin-top: 13px;
  }
}
.p-homeWorks__heading {
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6.6rem;
  line-height: 1.0606060606;
  letter-spacing: -0.01em;
  margin-top: 48px;
  position: relative;
}
@media (max-width: 759px) {
  .p-homeWorks__heading {
    font-size: 3.1rem;
    margin-top: 12px;
  }
}
.p-homeWorks__desc {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5555555556;
  letter-spacing: 0.025em;
  margin-top: 24px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media (max-width: 759px) {
  .p-homeWorks__desc {
    font-size: 1rem;
    margin-top: 18px;
    min-height: initial;
  }
}
.p-homeWorks__btn {
  display: flex;
  justify-content: flex-start;
  margin-top: 70px;
  position: relative;
  z-index: 20;
}
@media (max-width: 759px) {
  .p-homeWorks__btn {
    margin-top: 32px;
    justify-content: flex-end;
  }
}
.p-homeWorks__pic {
  position: relative;
}
@media (min-width: 760px) {
  .p-homeWorks__pic {
    flex: 1;
  }
}
.p-homeWorks__picInner {
  position: relative;
  aspect-ratio: 1.3333333333;
  border-radius: 1000px;
  overflow: clip;
}
@media (min-width: 760px) {
  .p-homeWorks__picInner {
    position: absolute;
    width: 110%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media (max-width: 759px) {
  .p-homeWorks__picInner {
    width: 100%;
  }
}
.p-homeWorks__picItem {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.p-homeWorks__picItem:nth-child(1) {
  z-index: 5;
}
.p-homeWorks__picItem:nth-child(2) {
  z-index: 6;
  opacity: 0;
}
.p-homeWorks__picItem:nth-child(3) {
  z-index: 7;
  opacity: 0;
}
.p-homeWorks__picItem:nth-child(4) {
  z-index: 8;
  opacity: 0;
}
.p-homeWorks__picItem:nth-child(5) {
  z-index: 9;
  opacity: 0;
}
.p-homeWorks__picItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-homeStore {
  position: relative;
  overflow: clip;
  padding: 115px 0;
  z-index: 0;
}
@media (max-width: 759px) {
  .p-homeStore {
    padding: 31px 0;
  }
}
.p-homeStore__bgWrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: clip;
}
.p-homeStore__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/home/store_bg.webp");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 759px) {
  .p-homeStore__bg {
    background-image: url("../images/home/store_bg_sp.webp");
    background-attachment: initial;
  }
}
.p-homeStore__inner {
  max-width: calc(81.25% + 40px);
  margin-inline: auto;
  padding-inline: 20px;
}
@media (min-width: 760px) and (max-width: 1025px) {
  .p-homeStore__inner {
    max-width: calc(100% - 40px);
    padding-inline: 20px;
  }
}
@media (max-width: 759px) {
  .p-homeStore__inner {
    max-width: 100%;
    padding-inline: 16px;
  }
}
.p-homeStore__inner {
  position: relative;
  z-index: 10;
}
.p-homeStore__head {
  display: flex;
  justify-content: space-between;
}
.p-homeStore__headingMain {
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-variation-settings: "YOPQ" 300;
  font-size: 7.8rem;
  line-height: 1.1282051282;
}
@media (max-width: 759px) {
  .p-homeStore__headingMain {
    font-size: 3.4rem;
  }
}
.p-homeStore__headingSub {
  font-size: 4.2rem;
  line-height: 1.2004761905;
  margin-top: 10px;
}
@media (max-width: 759px) {
  .p-homeStore__headingSub {
    font-size: 1.8rem;
  }
}
.p-homeStore__logo {
  width: 320px;
}
@media (max-width: 759px) {
  .p-homeStore__logo {
    width: 120px;
    position: absolute;
    bottom: 0;
    right: 16px;
  }
}
.p-homeStore__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.p-homeStore__body {
  margin-top: 245px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (min-width: 760px) and (max-width: 1025px) {
  .p-homeStore__body {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 64px;
  }
}
@media (max-width: 759px) {
  .p-homeStore__body {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 52px;
  }
}
.p-homeStore__missionHeading {
  font-size: 3.2rem;
  line-height: 1;
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 759px) {
  .p-homeStore__missionHeading {
    font-size: 1.6rem;
  }
}
.p-homeStore__missionHeading::after {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background-color: #fff;
  margin-top: 35px;
}
@media (max-width: 759px) {
  .p-homeStore__missionHeading::after {
    width: 13px;
    margin-top: 19px;
  }
}
.p-homeStore__missionDesc {
  font-size: 1.8rem;
  letter-spacing: 0.024em;
  line-height: 1.5555555556;
  margin-top: 32px;
}
@media (max-width: 759px) {
  .p-homeStore__missionDesc {
    font-size: 1rem;
    margin-top: 18px;
    max-width: 200px;
  }
}
@media (min-width: 760px) and (max-width: 1025px) {
  .p-homeStore__btn {
    margin-top: 60px;
  }
}
@media (max-width: 759px) {
  .p-homeStore__btn {
    margin-top: 120px;
  }
}
.p-homeCta {
  padding: 150px 0 120px;
}
@media (max-width: 759px) {
  .p-homeCta {
    padding: 52px 0 28px;
  }
}
.p-homeCta__inner {
  max-width: calc(81.25% + 40px);
  margin-inline: auto;
  padding-inline: 20px;
}
@media (min-width: 760px) and (max-width: 1025px) {
  .p-homeCta__inner {
    max-width: calc(100% - 40px);
    padding-inline: 20px;
  }
}
@media (max-width: 759px) {
  .p-homeCta__inner {
    max-width: 100%;
    padding-inline: 16px;
  }
}
.p-homeCta__ctt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 760px) and (max-width: 1025px) {
  .p-homeCta__ctt {
    flex-direction: column;
    align-items: flex-start;
    gap: 64px;
  }
}
@media (max-width: 759px) {
  .p-homeCta__ctt {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
  }
}
.p-homeCta__heading {
  font-size: 8.2rem;
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-variation-settings: "YOPQ" 300;
}
@media (max-width: 759px) {
  .p-homeCta__heading {
    font-size: 3.4rem;
  }
}
.p-homeCta__desc {
  font-size: 2.2rem;
  line-height: 1.8181818182;
  font-weight: 400;
  margin-top: 28px;
}
@media (max-width: 759px) {
  .p-homeCta__desc {
    font-size: 1rem;
    margin-top: 19px;
  }
}
@media (max-width: 759px) {
  .p-homeCta__btn {
    margin-top: 50px;
  }
}
.p-contact {
  color: #fff;
}
.p-contactForm {
  margin-top: 160px;
}
@media (max-width: 759px) {
  .p-contactForm {
    margin-top: 56px;
  }
}
.p-contactForm__inner {
  max-width: calc(75% + 40px);
  margin-inline: auto;
  padding-inline: 20px;
}
@media (min-width: 760px) and (max-width: 1025px) {
  .p-contactForm__inner {
    max-width: calc(100% - 40px);
    padding-inline: 20px;
  }
}
@media (max-width: 759px) {
  .p-contactForm__inner {
    max-width: 100%;
    padding-inline: 16px;
  }
}
.p-contactForm__desc {
  font-size: 2.2rem;
  line-height: 1.7272727273;
}
@media (max-width: 759px) {
  .p-contactForm__desc {
    font-size: 1rem;
    line-height: 1.6111111111;
  }
}
.p-contactForm__desc small {
  color: #596dfc;
  font-size: 1.6rem;
}
@media (max-width: 759px) {
  .p-contactForm__desc small {
    font-size: 1rem;
  }
}
.p-contactForm__form {
  margin-top: 120px;
}
.p-contactForm__form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 4px;
  font-size: 1.4rem;
}
@media (max-width: 759px) {
  .p-contactForm__form .wpcf7-not-valid-tip {
    font-size: 1rem;
  }
}
.p-contactForm__form br {
  display: none;
}
.p-contactForm__form a {
  display: inline-block;
}
@media (max-width: 759px) {
  .p-contactForm__form {
    margin-top: 36px;
  }
}
.p-contactForm__formCtt {
  display: grid;
  gap: 40px;
}
@media (max-width: 759px) {
  .p-contactForm__formCtt {
    gap: 16px;
  }
}
.p-contactForm__formRow {
  display: grid;
}
.p-contactForm__formRow.__col1 {
  grid-template-columns: 1fr;
}
.p-contactForm__formRow.__col2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 759px) {
  .p-contactForm__formRow.__col2 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.p-contactForm__formItem br {
  display: none;
}
.p-contactForm__formItem .p-contactForm__formItemLabel {
  display: block;
  margin-bottom: 12px;
}
@media (max-width: 759px) {
  .p-contactForm__formItem .p-contactForm__formItemLabel {
    margin-bottom: 8px;
  }
}
.p-contactForm__formItemLabel {
  font-size: 2.2rem;
}
@media (max-width: 759px) {
  .p-contactForm__formItemLabel {
    font-size: 16px;
  }
}
.p-contactForm__formItemLabel small {
  color: #596dfc;
}
.p-contactForm__formRadios {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 759px) {
  .p-contactForm__formRadios {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.p-contactForm__formRadios .wpcf7-list-item {
  display: block;
  width: calc(50% - 12px);
  font-size: 2rem;
  margin: 0;
}
@media (max-width: 759px) {
  .p-contactForm__formRadios .wpcf7-list-item {
    font-size: 16px;
    width: 100%;
  }
}
.p-contactForm__formRadios .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-contactForm__formRadios .wpcf7-list-item input {
  display: block;
  width: 16px;
  aspect-ratio: 1;
}
@media (max-width: 759px) {
  .p-contactForm__formRadios .wpcf7-list-item input {
    width: 11px;
  }
}
.p-contactForm__formItemInput {
  appearance: none;
  background-color: #fff;
  box-shadow: none;
  border: none;
  width: 100%;
  padding: 16px;
  font-size: 16px;
  border: 1px solid #596dfc;
}
@media (max-width: 759px) {
  .p-contactForm__formItemInput {
    padding: 11px;
  }
}
.p-contactForm__formItemTextarea {
  appearance: none;
  background-color: #fff;
  box-shadow: none;
  border: none;
  width: 100%;
  padding: 16px;
  font-size: 16px;
  border: 1px solid #596dfc;
}
.p-contactForm__formPrivacy {
  margin-top: 32px;
  text-align: center;
  font-size: 1.8rem;
}
@media (max-width: 759px) {
  .p-contactForm__formPrivacy {
    font-size: 1rem;
    margin-top: 24px;
  }
}
.p-contactForm__formPrivacy a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-contactForm__formPrivacy a:hover {
    text-decoration: none;
  }
}
.p-contactForm__formCheck {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
@media (max-width: 759px) {
  .p-contactForm__formCheck {
    margin-top: 20px;
  }
}
.p-contactForm__formCheckItemInput {
  display: block;
  width: 16px;
  aspect-ratio: 1;
}
@media (max-width: 759px) {
  .p-contactForm__formCheckItemInput {
    width: 15px;
  }
}
.p-contactForm__formCheckItem label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 2rem;
  cursor: pointer;
}
@media (max-width: 759px) {
  .p-contactForm__formCheckItem label {
    font-size: 1rem;
  }
}
.p-contactForm__formButtonWrap {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.p-contactForm__formButtonWrap p {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 759px) {
  .p-contactForm__formButtonWrap {
    margin-top: 32px;
  }
}
.p-contactForm__formButton {
  width: 720px;
  appearance: none;
  background-color: #072742;
  color: #fff;
  border: none;
  padding: 24px 32px;
  border-radius: 100px;
  font-size: 2rem;
  cursor: pointer;
  border: 1px solid #fff;
  transition: background-color 0.3s var(--ease-base), color 0.3s var(--ease-base);
}
@media (max-width: 759px) {
  .p-contactForm__formButton {
    width: 100%;
  }
}
.p-contactForm__formButton:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media (hover: hover) and (pointer: fine) {
  .p-contactForm__formButton:not(:disabled):hover {
    background-color: #fff;
    color: #072742;
  }
}
@media (max-width: 759px) {
  .p-contactForm__formButton {
    font-size: 1.3rem;
    padding: 16px 20px;
  }
}
.p-policy {
  color: #fff;
  padding-bottom: 120px;
}
@media (max-width: 759px) {
  .p-policy {
    padding-bottom: 60px;
  }
}
.p-policy__body {
  max-width: calc(75% + 40px);
  margin-inline: auto;
  padding-inline: 20px;
}
@media (min-width: 760px) and (max-width: 1025px) {
  .p-policy__body {
    max-width: calc(100% - 40px);
    padding-inline: 20px;
  }
}
@media (max-width: 759px) {
  .p-policy__body {
    max-width: 100%;
    padding-inline: 16px;
  }
}
.p-policy__body {
  margin-top: 156px;
}
@media (max-width: 759px) {
  .p-policy__body {
    margin-top: 60px;
  }
}
.p-policy__article {
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 1.5555555556;
}
@media (max-width: 759px) {
  .p-policy__article {
    font-size: 1rem;
  }
}
.p-policy__article h2 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 16px;
}
@media (max-width: 759px) {
  .p-policy__article h2 {
    font-size: 1.1rem;
    margin-bottom: 8px;
  }
}
.p-policy__article * + h2 {
  margin-top: 56px;
}
@media (max-width: 759px) {
  .p-policy__article * + h2 {
    margin-top: 30px;
  }
}
.p-policy__article li {
  text-indent: -1.7em;
  padding-left: 1.7em;
}
@media (max-width: 759px) {
  .p-policy__article li {
    text-indent: -0.8em;
    padding-left: 0.8em;
  }
}
.p-policy__article ol {
  padding-left: 20px;
}
@media (max-width: 759px) {
  .p-policy__article ol {
    padding-left: 12px;
  }
}
.p-policy__article ol {
  counter-reset: list-counter;
}
.p-policy__article ol li {
  counter-increment: list-counter;
}
.p-policy__article ol li::before {
  content: counter(list-counter) ".";
  margin-right: 0.5em;
}
.p-policy__article ul li::before {
  content: "・";
  margin-right: 0.5em;
}
.p-policy__article * + ol {
  margin-top: 1em;
}
@media (max-width: 759px) {
  .p-policy__article * + ol {
    margin-top: 0.5em;
  }
}
.p-policy__article p + ul,
.p-policy__article ol + p,
.p-policy__article ul + p {
  margin-top: 0.5em;
}
.p-policy__article ol ul {
  padding-left: 1em;
}
@media (max-width: 759px) {
  .p-policy__article ol ul {
    padding-left: 0.8em;
  }
}
.p-companyService {
  color: #fff;
  padding-top: 180px;
  padding-bottom: 180px;
}
@media (max-width: 759px) {
  .p-companyService {
    padding-top: 84px;
    padding-bottom: 0;
  }
}
.p-companyService__inner {
  max-width: calc(81.25% + 40px);
  margin-inline: auto;
  padding-inline: 20px;
}
@media (min-width: 760px) and (max-width: 1025px) {
  .p-companyService__inner {
    max-width: calc(100% - 40px);
    padding-inline: 20px;
  }
}
@media (max-width: 759px) {
  .p-companyService__inner {
    max-width: 100%;
    padding-inline: 16px;
  }
}
.p-companyService__body {
  margin-top: 140px;
}
@media (max-width: 759px) {
  .p-companyService__body {
    margin-top: 60px;
  }
}
.p-companyService__list {
  display: grid;
  gap: 180px;
}
@media (max-width: 759px) {
  .p-companyService__list {
    gap: 75px;
  }
}
.p-companyService__itemHead {
  display: grid;
  grid-template-columns: 35% 1fr;
}
@media (min-width: 760px) and (max-width: 1025px) {
  .p-companyService__itemHead {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 759px) {
  .p-companyService__itemHead {
    grid-template-columns: 1fr;
  }
}
.p-companyService__itemHeading {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 759px) {
  .p-companyService__itemHeading {
    gap: 3px;
  }
}
.p-companyService__itemHeadingMain {
  font-size: 4.4rem;
  font-weight: 500;
}
@media (min-width: 760px) {
  .p-companyService__itemHeadingMain {
    padding-top: 8px;
  }
}
@media (max-width: 759px) {
  .p-companyService__itemHeadingMain {
    font-size: 2rem;
  }
}
.p-companyService__itemHeadingSub {
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-variation-settings: "YOPQ" 300;
  font-size: 3.2rem;
  font-weight: 400;
}
@media (max-width: 759px) {
  .p-companyService__itemHeadingSub {
    font-size: 1.4rem;
  }
}
.p-companyService__itemDescWrap {
  display: grid;
  gap: 52px;
}
@media (min-width: 760px) and (max-width: 1025px) {
  .p-companyService__itemDescWrap {
    margin-top: 24px;
  }
}
@media (max-width: 759px) {
  .p-companyService__itemDescWrap {
    gap: 12px;
    margin-top: 20px;
  }
}
.p-companyService__itemDesc {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.7272727273;
}
@media (max-width: 759px) {
  .p-companyService__itemDesc {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.p-companyService__itemDescEn {
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-variation-settings: "YOPQ" 300;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.5909090909;
}
@media (max-width: 759px) {
  .p-companyService__itemDescEn {
    font-size: 1rem;
  }
}
.p-companyService__flow {
  margin-top: 120px;
  max-width: 1440px;
  margin-inline: auto;
}
@media (max-width: 759px) {
  .p-companyService__flow {
    margin-top: 64px;
  }
}
.p-companyService__flowHead {
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-variation-settings: "YOPQ" 300;
  font-size: 2.8rem;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-left: 3px;
  padding-bottom: 5px;
}
@media (max-width: 759px) {
  .p-companyService__flowHead {
    font-size: 1.4rem;
    padding-bottom: 3px;
  }
}
.p-companyService__flowBody {
  margin-top: 28px;
}
@media (max-width: 759px) {
  .p-companyService__flowBody {
    margin-top: 14px;
  }
}
.p-companyService__flowList {
  display: grid;
  gap: 75px;
}
@media (max-width: 759px) {
  .p-companyService__flowList {
    gap: 30px;
  }
}
.p-companyService__flowItem {
  display: grid;
  grid-template-columns: 100px 1fr 50%;
}
@media (max-width: 759px) {
  .p-companyService__flowItem {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-left: 53px;
  }
}
.p-companyService__flowItemTag {
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5.6rem;
  padding-left: 8px;
}
@media (max-width: 759px) {
  .p-companyService__flowItemTag {
    font-size: 2.8rem;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.p-companyService__flowItemHeadingMain {
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-variation-settings: "YOPQ" 300;
  font-size: 4rem;
  letter-spacing: -0.01em;
}
@media (max-width: 759px) {
  .p-companyService__flowItemHeadingMain {
    font-size: 2rem;
  }
}
.p-companyService__flowItemHeadingSub {
  font-size: 2.2rem;
  letter-spacing: 0.02em;
}
@media (max-width: 759px) {
  .p-companyService__flowItemHeadingSub {
    font-size: 1.1rem;
  }
}
.p-companyService__flowItemDesc {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.01em;
  padding-top: 4px;
}
@media (max-width: 759px) {
  .p-companyService__flowItemDesc {
    font-size: 1rem;
    margin-top: 12px;
  }
}
.p-companyCompany {
  margin-top: 150px;
}
@media (max-width: 759px) {
  .p-companyCompany {
    margin-top: 67px;
  }
}
.p-companyCompany__inner {
  max-width: calc(81.25% + 40px);
  margin-inline: auto;
  padding-inline: 20px;
}
@media (min-width: 760px) and (max-width: 1025px) {
  .p-companyCompany__inner {
    max-width: calc(100% - 40px);
    padding-inline: 20px;
  }
}
@media (max-width: 759px) {
  .p-companyCompany__inner {
    max-width: 100%;
    padding-inline: 16px;
  }
}
.p-companyCompany__body {
  margin-top: 140px;
}
@media (max-width: 759px) {
  .p-companyCompany__body {
    margin-top: 52px;
  }
}
.p-companyCompany__dl {
  color: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  font-size: 2rem;
  letter-spacing: 0.01em;
  text-align: center;
}
@media (min-width: 760px) and (max-width: 1025px) {
  .p-companyCompany__dl {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media (max-width: 759px) {
  .p-companyCompany__dl {
    grid-template-columns: 1fr;
    gap: 0;
    font-size: 1rem;
  }
}
.p-companyCompany__dlCol {
  border: 1px solid #fff;
}
@media (min-width: 760px) and (max-width: 1025px) {
  .p-companyCompany__dlCol + .p-companyCompany__dlCol {
    border-top: none;
  }
}
@media (max-width: 759px) {
  .p-companyCompany__dlCol + .p-companyCompany__dlCol {
    border-top: none;
  }
}
.p-companyCompany__dlItem {
  display: grid;
  grid-template-columns: 35% 1fr;
}
@media (max-width: 759px) {
  .p-companyCompany__dlItem {
    grid-template-columns: 30% 1fr;
  }
}
.p-companyCompany__dlItem + .p-companyCompany__dlItem {
  border-top: 1px solid #fff;
}
.p-companyCompany__dlDt {
  padding: 24px 12px;
}
@media (max-width: 759px) {
  .p-companyCompany__dlDt {
    padding: 9px 6px;
  }
}
.p-companyCompany__dlDd {
  padding: 24px 12px;
  border-left: 1px solid #fff;
}
@media (max-width: 759px) {
  .p-companyCompany__dlDd {
    padding: 9px 6px;
  }
}
.p-companyMsg {
  color: #fff;
  margin-top: 155px;
}
@media (max-width: 759px) {
  .p-companyMsg {
    margin-top: 50px;
  }
}
.p-companyMsg__inner {
  max-width: calc(81.25% + 40px);
  margin-inline: auto;
  padding-inline: 20px;
}
@media (min-width: 760px) and (max-width: 1025px) {
  .p-companyMsg__inner {
    max-width: calc(100% - 40px);
    padding-inline: 20px;
  }
}
@media (max-width: 759px) {
  .p-companyMsg__inner {
    max-width: 100%;
    padding-inline: 16px;
  }
}
.p-companyMsg__message {
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 4%;
}
@media (min-width: 760px) and (max-width: 1025px) {
  .p-companyMsg__message {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media (max-width: 759px) {
  .p-companyMsg__message {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.p-companyMsg__messagePic {
  width: 100%;
  aspect-ratio: 1;
}
.p-companyMsg__messageText {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 760px) {
  .p-companyMsg__messageText {
    padding-top: 8px;
  }
}
.p-companyMsg__messageDesc {
  font-size: 2.2rem;
  line-height: 1.9090909091;
}
@media (min-width: 760px) and (max-width: 1025px) {
  .p-companyMsg__messageDesc {
    margin-top: 24px;
  }
}
@media (max-width: 759px) {
  .p-companyMsg__messageDesc {
    font-size: 1rem;
    margin-top: 35px;
    line-height: 2.1;
  }
}
.p-companyMsg__prof {
  margin-top: 90px;
  display: grid;
  grid-template-columns: 41% 1fr;
  gap: 4%;
}
@media (min-width: 760px) and (max-width: 1025px) {
  .p-companyMsg__prof {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media (max-width: 759px) {
  .p-companyMsg__prof {
    grid-template-columns: 1fr;
    margin-top: 43px;
    gap: 25px;
  }
}
.p-companyMsg__profPosition {
  font-size: 2.4rem;
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-variation-settings: "YOPQ" 300;
}
@media (max-width: 759px) {
  .p-companyMsg__profPosition {
    font-size: 1rem;
  }
}
.p-companyMsg__profNameEn {
  font-size: 6.4rem;
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 759px) {
  .p-companyMsg__profNameEn {
    font-size: 2.5rem;
  }
}
.p-companyMsg__profNameJa {
  font-size: 2.8rem;
  letter-spacing: 0.015em;
  font-weight: 400;
}
@media (max-width: 759px) {
  .p-companyMsg__profNameJa {
    font-size: 1.1rem;
  }
}
.p-companyMsg__profDesc {
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1.75;
}
@media (max-width: 759px) {
  .p-companyMsg__profDesc {
    font-size: 1rem;
  }
}
.p-works {
  padding-top: 300px;
}
@media (max-width: 759px) {
  .p-works {
    padding-top: 76px;
  }
}
.p-worksCtt__inner {
  max-width: calc(85% + 40px);
  margin-inline: auto;
  padding-inline: 20px;
}
@media (min-width: 760px) and (max-width: 1025px) {
  .p-worksCtt__inner {
    max-width: calc(100% - 40px);
    padding-inline: 20px;
  }
}
@media (max-width: 759px) {
  .p-worksCtt__inner {
    max-width: 100%;
    padding-inline: 16px;
  }
}
.p-worksCtt__ctt {
  color: #fff;
  display: grid;
  grid-template-columns: 19.5% 1fr;
}
@media (max-width: 759px) {
  .p-worksCtt__ctt {
    grid-template-columns: 1fr;
  }
}
.p-worksCtt__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 760px) {
  .p-worksCtt__nav {
    position: sticky;
    top: 120px;
    gap: 16px;
    padding-left: 10px;
  }
}
@media (max-width: 759px) {
  .p-worksCtt__nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    gap: 8px;
  }
}
.p-worksCtt__navItem {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
}
@media (hover: hover) and (pointer: fine) {
  .p-worksCtt__navItem::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    bottom: -3px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 1s var(--ease-base);
  }
  .p-worksCtt__navItem:not([href])::after {
    transform: scale(1);
  }
  .p-worksCtt__navItem:hover::after {
    transform-origin: left;
    transform: scaleX(1);
  }
}
@media (max-width: 759px) {
  .p-worksCtt__navItem {
    font-size: 1.2rem;
    text-align: center;
  }
}
.p-worksCtt__heading {
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6.6rem;
  line-height: 1.0606060606;
  font-weight: 400;
}
@media (max-width: 759px) {
  .p-worksCtt__heading {
    font-size: 3.1rem;
    text-align: center;
    margin-top: 64px;
    line-height: 1.09375;
  }
}
.p-worksCtt__desc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4%;
  font-size: 1.8rem;
  line-height: 1.6111111111;
  margin-top: 50px;
  letter-spacing: 0.005em;
}
@media (max-width: 759px) {
  .p-worksCtt__desc {
    grid-template-columns: 1fr;
    gap: 29px;
    font-size: 1rem;
    line-height: 1.6111111111;
    margin-top: 33px;
    letter-spacing: 0.0025em;
  }
}
.p-worksCtt__buttons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 74px;
}
@media (min-width: 760px) and (max-width: 1025px) {
  .p-worksCtt__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }
}
@media (max-width: 759px) {
  .p-worksCtt__buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 34px;
  }
}
.p-worksCtt__buttonsItem {
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 15px 32px;
  font-size: 1.4rem;
  text-align: center;
}
@media (max-width: 759px) {
  .p-worksCtt__buttonsItem {
    font-size: 0.9rem;
    padding: 8px;
  }
}
.p-worksCtt__list {
  margin-top: 70px;
  display: grid;
  gap: 45px;
}
@media (max-width: 759px) {
  .p-worksCtt__list {
    gap: 20px;
    margin-top: 21px;
  }
}
.p-worksCtt__item img {
  width: 100%;
  height: auto;
}
.p-thanks {
  color: #fff;
}
.p-thanksForm {
  margin-top: 160px;
}
@media (max-width: 759px) {
  .p-thanksForm {
    margin-top: 60px;
  }
}
.p-thanksForm__inner {
  max-width: calc(75% + 40px);
  margin-inline: auto;
  padding-inline: 20px;
}
@media (min-width: 760px) and (max-width: 1025px) {
  .p-thanksForm__inner {
    max-width: calc(100% - 40px);
    padding-inline: 20px;
  }
}
@media (max-width: 759px) {
  .p-thanksForm__inner {
    max-width: 100%;
    padding-inline: 16px;
  }
}
.p-thanksForm__desc {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.7272727273;
}
@media (max-width: 759px) {
  .p-thanksForm__desc {
    font-size: 1rem;
  }
}
.p-thanksForm__desc a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-thanksForm__desc a:hover {
    text-decoration: none;
  }
}
.p-thanksForm__desc ul + ul {
  margin-top: 1.5em;
}
.p-thanksForm__desc li::before {
  content: "*";
  display: inline-block;
  margin-right: 0.2em;
}
.p-thanksForm__note {
  display: block;
  margin-top: 2em;
  font-size: 1.8rem;
}
@media (max-width: 759px) {
  .p-thanksForm__note {
    font-size: 1rem;
    margin-top: 60px;
  }
}
.p-thanksForm__back {
  display: flex;
  justify-content: center;
  margin-top: 120px;
}
@keyframes hero-gradient-animation {
  0% {
    --x-0: 2%;
    --s-start-0: 9.607184652436587%;
    --s-end-0: 46.553805035598664%;
    --c-0: hsla(221.14285714285717, 49%, 13%, 1);
    --y-0: 3%;
    --s-start-1: 9.607184652436587%;
    --s-end-1: 57.847873328414906%;
    --y-1: 41%;
    --c-1: hsla(214.15384615384616, 97%, 26%, 1);
    --x-1: 20%;
    --c-2: hsla(203.18181818181816, 84%, 79%, 1);
    --s-start-2: 4.389815627743634%;
    --s-end-2: 22.839240367246965%;
    --y-2: 27%;
    --x-2: 42%;
    --s-start-3: 9.607184652436587%;
    --s-end-3: 46.553805035598664%;
    --x-3: 62%;
    --c-3: hsla(205.5924170616114, 97%, 42%, 1);
    --y-3: 9%;
    --x-4: 96%;
    --c-4: hsla(219.99999999999997, 39%, 9%, 1);
    --s-start-4: 4.468860388430093%;
    --s-end-4: 28.726764092851464%;
    --y-4: 95%;
  }
  100% {
    --x-0: 32%;
    --s-start-0: 4.757373929590866%;
    --s-end-0: 60.268040563581565%;
    --c-0: hsla(221.14285714285717, 85%, 8%, 1);
    --y-0: 39%;
    --s-start-1: 9.607184652436587%;
    --s-end-1: 48.858759404100496%;
    --y-1: 69%;
    --c-1: hsla(214.15384615384616, 97%, 26%, 1);
    --x-1: 5%;
    --c-2: hsla(203.18181818181816, 60%, 55%, 1);
    --s-start-2: 4.757373929590866%;
    --s-end-2: 31.540973463702723%;
    --y-2: 0%;
    --x-2: 68%;
    --s-start-3: 9.607184652436587%;
    --s-end-3: 51.05290621422678%;
    --x-3: 49%;
    --c-3: hsla(205.5924170616114, 97%, 42%, 1);
    --y-3: 63%;
    --x-4: 42%;
    --c-4: hsla(219.99999999999997, 58%, 7%, 1);
    --s-start-4: 9.607184652436587%;
    --s-end-4: 48.858759404100496%;
    --y-4: 90%;
  }
}
@property --x-0 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 2%;
}
@property --s-start-0 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 9.6071846524%;
}
@property --s-end-0 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 46.5538050356%;
}
@property --c-0 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsl(221.1428571429, 49%, 13%);
}
@property --y-0 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 3%;
}
@property --s-start-1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 9.6071846524%;
}
@property --s-end-1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 57.8478733284%;
}
@property --y-1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 41%;
}
@property --c-1 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsl(214.1538461538, 97%, 26%);
}
@property --x-1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 20%;
}
@property --c-2 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsl(203.1818181818, 84%, 79%);
}
@property --s-start-2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 4.3898156277%;
}
@property --s-end-2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 22.8392403672%;
}
@property --y-2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 27%;
}
@property --x-2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 42%;
}
@property --s-start-3 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 9.6071846524%;
}
@property --s-end-3 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 46.5538050356%;
}
@property --x-3 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 62%;
}
@property --c-3 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsl(205.5924170616, 97%, 42%);
}
@property --y-3 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 9%;
}
@property --x-4 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 96%;
}
@property --c-4 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsl(220, 39%, 9%);
}
@property --s-start-4 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 4.4688603884%;
}
@property --s-end-4 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 28.7267640929%;
}
@property --y-4 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 95%;
}
.l-background {
  position: fixed;
  inset: 0;
  z-index: -1;
  width: 100%;
  --x-0: 2%;
  --c-0: hsla(221.14285714285717, 49%, 13%, 1);
  --y-0: 3%;
  --y-1: 41%;
  --c-1: hsla(214.15384615384616, 97%, 26%, 1);
  --x-1: 20%;
  --c-2: hsla(203.18181818181816, 84%, 79%, 1);
  --y-2: 27%;
  --x-2: 42%;
  --x-3: 62%;
  --c-3: hsla(205.5924170616114, 97%, 42%, 1);
  --y-3: 9%;
  --x-4: 96%;
  --c-4: hsla(219.99999999999997, 39%, 9%, 1);
  --y-4: 95%;
}
@media (min-width: 760px) {
  .l-background {
    background-color: hsl(221.6666666667, 85%, 8%);
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 2200 2200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E"), radial-gradient(circle at var(--x-0) var(--y-0), var(--c-0) var(--s-start-0), transparent var(--s-end-0)), radial-gradient(circle at var(--x-1) var(--y-1), var(--c-1) var(--s-start-1), transparent var(--s-end-1)), radial-gradient(circle at var(--x-2) var(--y-2), var(--c-2) var(--s-start-2), transparent var(--s-end-2)), radial-gradient(circle at var(--x-3) var(--y-3), var(--c-3) var(--s-start-3), transparent var(--s-end-3)), radial-gradient(circle at var(--x-4) var(--y-4), var(--c-4) var(--s-start-4), transparent var(--s-end-4));
    animation: hero-gradient-animation 10s linear infinite alternate;
    background-blend-mode: overlay, normal, normal, normal, normal, normal;
    height: 100lvh;
  }
}
@media (max-width: 759px) {
  .l-background {
    background-image: url("../images/common/bg_sp.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: calc(var(--sh, 1lvh) * 100);
  }
}