html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

table,
input,
textarea,
select,
option {
  line-height: 1.1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a,
a img {
  transition: 0.3s ease-in-out;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

img {
  max-width: 100%;
}

svg {
  display: block;
}

figure {
  margin-bottom: 0;
}

html {
  font-size: 62.5%;
  /* scroll-behavior: smooth; */
}

body {
  background-color: #ededed;
  font-family: "neue-haas-grotesk-text", "fot-cezanne-pron", sans-serif;
  font-style: normal;
  color: #000;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-overflow-style: none;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  transition: background-color 0.5s;
}

body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #ededed;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transition: all 0.2s linear;
}

body.fadeout::after {
  opacity: 1;
}

body.active {
  overflow: hidden !important;
}

body.hidden-scroll::-webkit-scrollbar {
  display: none;
}

body.is-change-bg {
  background-color: #bebebe;
}

main {
  flex: 1;
}

.l-container {
  width: 1920px;
  margin: 0 auto;
  position: relative;
}

.sp-only {
  display: none !important;
}

@media only screen and (max-width: 834px) {
  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: block !important;
  }
}

.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: var(--app-height);
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ededed;
}

.c-loading.home-page.active {
  mix-blend-mode: difference;
  /* color: #fff; */
  filter: invert(1);
}

.c-loading.work-page {
  justify-content: flex-start;
  padding: 0 35px;
}

.c-loading.work-page h1 {
  font-size: 2.4rem;
  line-height: 2;
  text-align: start;
}

.c-loading.work-page h1 br {
  display: none;
}

@media only screen and (max-width: 834px) {
  .c-loading.work-page {
    padding: 0 15px;
  }

  .c-loading.work-page h1 {
    font-size: 1.9rem;
    line-height: 1.3;
    margin: auto;
    padding-left: 0;
    padding-top: 0;
    width: 100%;
  }

  .c-loading.work-page h1 br {
    display: block;
  }
}

.c-loading__sub {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 1.4rem;
  line-height: 1.86;
}

.c-loading__sub span {
  opacity: 0.3;
  margin-top: -3px;
}

@media only screen and (max-width: 834px) {
  .c-loading__sub {
    gap: 10px;
    font-size: 1.2rem;
    line-height: 1.4;
    margin-top: 10px;
    display: block;
  }

  .c-loading__sub p {
    display: inline-block;
  }

  .c-loading__sub span {
    margin: 0 10px;
  }
}

.c-loading__title {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.c-loading__title.fadeout {
  opacity: 0 !important;
}

.c-loading__title h1 {
  font-family: "test-domaine-r", sans-serif;
  font-size: 4.2vw;
  font-weight: 400;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  .c-loading__title h1 {
    font-size: 9.6vw;
    line-height: 1.1;
    margin: 0 auto;
    padding-left: 10px;
    padding-top: 10px;
    width: 80%;
  }
}

.cursor {
  position: fixed;
  pointer-events: none;
  opacity: 0;
  top: -15px;
  left: -13px;
  z-index: 99;
  mix-blend-mode: difference;
}

.is-hidden {
  display: none !important;
}

.flex {
  display: flex;
}

.p-index__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  overflow-y: scroll;
  background-color: #222;
  color: #e6e6e6;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.4s ease-in-out;
}

.p-index__wrapper.toggle {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.p-index__top {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 30px 35px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 834px) {
  .p-index__top {
    padding: 15px;
    align-items: baseline;
  }
}

.p-index__left a {
  font-family: "test-domaine-r", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
}

@media only screen and (max-width: 834px) {
  .p-index__left a {
    font-size: 1.8rem;
  }
}

.p-index__right p {
  font-size: 1.3rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.p-index__right p:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 834px) {
  .p-index__right p {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}

.p-index__content {
  padding: 180px 35px 45px;
}

@media only screen and (max-width: 834px) {
  .p-index__content {
    padding: 120px 15px 100px;
  }
}

.p-index__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: 0.3s ease-in-out;
}

.p-index__list:hover a {
  opacity: 0.2;
}

@media only screen and (max-width: 834px) {
  .p-index__list {
    gap: 25px;
  }

  .p-index__list:hover a {
    opacity: 1;
  }
}

.p-index__list a:hover {
  opacity: 1;
}

.p-index__item h2 {
  font-family: "test-domaine-r", sans-serif;
  font-size: 2.4rem;
  line-height: 1.58;
  font-weight: 400;
  position: relative;
  z-index: 2;
}

.p-index__item h2 br {
  display: none;
}

@media only screen and (max-width: 834px) {
  .p-index__item h2 {
    font-size: 1.9rem;
    line-height: 1.2;
  }

  .p-index__item h2 br {
    display: block;
  }
}

.p-index__item:hover .p-index__thumbnail {
  opacity: 1;
  visibility: visible;
}

.p-index__item:hover .p-index__thumbnail img {
  opacity: 1;
}

.p-index__brand {
  font-size: 1.4rem;
  line-height: 1.86;
  opacity: 0.5;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  z-index: 2;
}

.p-index__brand span {
  margin-top: -2px;
}

@media only screen and (max-width: 834px) {
  .p-index__brand {
    font-size: 1.2rem;
    line-height: 1.3;
    display: block;
    margin-top: 7px;
  }

  .p-index__brand p,
  .p-index__brand span {
    display: inline-block;
    margin-right: 10px;
  }

  .p-index__brand span {
    margin-top: 0;
  }
}

.p-index__thumbnail {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
  width: auto;
  height: 83%;
  aspect-ratio: 1/1;
  margin-bottom: 0;
}

.p-index__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media only screen and (max-width: 834px) {
  .p-index__thumbnail {
    display: none;
  }
}

.p-text__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: var(--app-height);
  z-index: 999;
  background-color: #bebebe;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.4s ease-in-out;
}

.p-text__wrapper.toggle {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.p-text.work-scroll .p-text__close {
  right: 35px;
  top: 37px;
}

.p-text.work-scroll .p-text__content {
  top: auto;
  bottom: 0;
  left: 0;
  transform: unset;
}

.p-text__title {
  position: fixed;
  left: 35px;
  top: 30px;
}

.p-text__close {
  cursor: pointer;
  position: absolute;
  right: 35px;
  bottom: 30px;
}

.p-text__close p {
  font-size: 1.3rem;
  text-transform: uppercase;
}

@media only screen and (max-width: 834px) {
  .p-text__close {
    right: 15px;
    bottom: 15px;
  }

  .p-text__close p {
    font-size: 1.2rem;
  }
}

.p-text__content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 35px;
}

@media only screen and (max-width: 834px) {
  .p-text__content {
    padding: 15px;
    display: block;
  }
}

.p-text__content .content-left {
  width: 50%;
}

.p-text__content .content-left h2,
.p-text__content .content-left .text-sub {
  width: 90%;
}

.p-text__content .content-left h2 br {
  display: none;
}

@media only screen and (max-width: 834px) {
  .p-text__content .content-left {
    width: 100%;
  }

  .p-text__content .content-left h2,
  .p-text__content .content-left .text-sub {
    width: 100%;
  }

  .p-text__content .content-left .text-sub {
    display: block;
  }

  .p-text__content .content-left .text-sub p {
    display: inline-block;
  }

  .p-text__content .content-left .text-sub span {
    margin: 0 10px;
  }

  .p-text__content .content-left h2 {
    font-size: 1.9rem;
    line-height: 1.3;
    margin-bottom: 10px;
  }

  .p-text__content .content-left h2 br {
    display: block;
  }
}

.p-text__content .content-right {
  flex: 1;
}

.p-text__content .content-right p,
.p-text__content .content-right a {
  font-size: 1.4rem;
  line-height: 1.89;
  margin-bottom: 20px;
}

.p-text__content .content-right a {
  text-decoration: underline;
}

@media only screen and (max-width: 834px) {
  .p-text__content .content-right {
    width: 100%;
    margin-top: 45px;
  }

  .p-text__content .content-right p,
  .p-text__content .content-right a {
    font-size: 1.2rem;
    line-height: 1.7;
    margin-bottom: 15px;
  }
}

.work-scroll-title h2 {
  font-family: "test-domaine-r", sans-serif;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.3;
}

.work-scroll-title h2 br {
  display: none;
}

@media only screen and (max-width: 834px) {
  .work-scroll-title h2 {
    font-size: 1.7rem !important;
    line-height: 1.3;
  }

  .work-scroll-title h2 br {
    display: block;
  }
}

.work-scroll-title .text-sub {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 1.4rem;
  line-height: 1.86;
  margin-top: 10px;
  width: -moz-fit-content;
  width: fit-content;
}

.work-scroll-title .text-sub span {
  opacity: 0.3;
  margin-top: -3px;
}

@media only screen and (max-width: 834px) {
  .work-scroll-title .text-sub {
    font-size: 1.2rem;
    line-height: 1.3;
    gap: 10px;
    margin-top: 7px;
  }

  .work-scroll-title .text-sub span {
    margin-top: 0;
  }
}

.scroll {
  position: fixed;
  bottom: 0;
  left: 0;
  transition: left 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: left;
}

@media only screen and (max-width: 834px) {
  .scroll {
    position: relative;
    left: 0 !important;
    height: auto !important;
  }
}

@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: rgba(0, 0, 0, 0);
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl)
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(
    --swiper-pagination-progressbar-bg-color,
    rgba(0, 0, 0, 0.25)
  );
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification,
swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.c-header__wrapper {
  position: fixed;
  z-index: 99;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 35px;
}

.c-header.work-scroll .c-header__wrapper {
  align-items: flex-start;
}

.c-header.work-scroll .c-header__right {
  margin-top: 7px;
}

@media only screen and (max-width: 834px) {
  .c-header__wrapper {
    padding: 15px 15px 15px;
    align-items: baseline;
  }

  .work-slide .c-header__wrapper {
    padding: 10px 15px 15px;
    display: block;
  }

  .c-header.work-scroll .c-header__wrapper {
    padding: 10px 15px 15px;
  }
}

.c-header.work-slide .c-header__left {
  opacity: 0;
}

.c-header.work-slide .c-header__right {
  opacity: 0;
}

.c-header.work-slide .c-header__left h2 {
  font-size: 1.7rem;
}

@media only screen and (max-width: 834px) {
  .c-header.work-slide .c-header__left {
    width: 100%;
  }

  .c-header.work-slide .c-header__left h2 {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 834px) {
  .c-header.work-slide .c-header__right {
    flex: 1;
    line-height: 1.3;
    margin-top: 7px;
  }

  .c-header.work-slide .c-header__right p {
    text-align: left;
  }
}

@media only screen and (max-width: 834px) {
  .c-header.work-scroll .c-header__right {
    display: none;
  }
}

.c-header__left h2 {
  font-family: "test-domaine-r", sans-serif;
  font-weight: 400;
  font-size: 2.2rem;
}

.c-header__left h2 br {
  display: none;
}

.c-header__left a {
  font-family: "test-domaine-r", sans-serif;
  font-size: 2.2rem;
}

@media only screen and (max-width: 834px) {
  .c-header__left a {
    font-size: 1.8rem;
  }

  .c-header__left h2 br {
    display: block;
  }
}

.c-header__right {
  font-size: 1.3rem;
}

.c-header__right a {
  text-transform: uppercase;
}

.c-header__right a:first-child {
  margin-right: 20px;
}

.c-header.home-page .c-header__right {
  margin-top: 4px;
}

@media only screen and (max-width: 834px) {
  .c-header__right {
    font-size: 1.2rem;
    line-height: 1.8;
  }

  .c-header__right a:first-child {
    margin-right: 10px;
  }

  .c-header.home-page .c-header__right {
    margin-top: 0px;
  }
}

.c-footer.work-slide {
  opacity: 0;
}

.c-footer__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 30px 35px;
}

@media only screen and (max-width: 834px) {
  .c-footer__wrapper {
    padding: 15px;
    display: flex;
    justify-content: space-between;
  }
}

.c-footer__left {
  text-align: left;
}

@media only screen and (max-width: 834px) {
  .c-footer__left {
    margin-right: 50px;
  }
}

.c-footer__right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}

.c-footer__backtotop {
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.c-footer__backtotop:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 834px) {
  .c-footer__backtotop svg {
    width: 10px;
    margin-top: -1px;
  }
}

.c-footer__info {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

@media only screen and (max-width: 834px) {
  .c-footer__info {
    font-size: 1.1rem;
    gap: 10px;
  }
}

.c-footer.work-slide .c-footer__wrapper {
  position: fixed;
  bottom: 0;
  right: 0;
}

.c-footer.work-slide .c-footer__right {
  font-size: 1.3rem;
  text-transform: uppercase;
  position: relative;
  z-index: 9;
}

.c-footer.work-slide .c-footer__right a:first-child {
  margin-right: 20px;
}

@media only screen and (max-width: 834px) {
  .c-footer.work-slide .c-footer__right a:first-child {
    margin-right: 12px;
  }

  .c-footer.work-slide .c-footer__right {
    font-size: 1.2rem;
  }
}

.c-footer.work-scroll {
  display: none;
}

@media only screen and (max-width: 834px) {
  .c-footer.work-scroll {
    display: block;
  }
}

.c-footer.work-scroll .c-footer__wrapper {
  position: relative;
  z-index: 1;
}

.c-footer.work-scroll .c-footer__left {
  text-transform: uppercase;
  font-size: 1.1rem;
}

.c-footer.work-scroll .c-footer__right {
  justify-content: end;
}

.c-footer__copyright {
  text-align: right;
  font-size: 1.2rem;
}

@media only screen and (max-width: 834px) {
  .c-footer__copyright {
    font-size: 1rem;
  }
}

.p-top {
  margin-top: 120px;

  width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 834px) {
  .p-top {
    margin-top: 80px;
  }
}

.p-top__wrapper {
  padding: 0 50px;
}

@media only screen and (max-width: 834px) {
  .p-top__wrapper {
    padding: 0 30px;
  }
}

.p-top__figure:hover img,
.p-top__figure:hover video {
  filter: invert(1);
}

.p-top__figure:hover .p-top__content {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 834px) {
  .p-top__figure:hover img {
    filter: unset;
  }
}

.p-top__figure {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  margin-bottom: 0;
}

.p-top__figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
  will-change: transform;
  transform: translateZ(0);
}

.p-top__figure video {
  width: 100%;
  height: auto;
  transition: all 0.4s ease-in-out;
}

.p-top__content {
  position: absolute;
  margin-top: 12px;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease-in-out;
}

.p-top__content.content-xl,
.position-left .p-top__content.content-l {
  margin-left: 35px;
  margin-top: 25px;
}

.p-top__content h2 {
  font-family: "test-domaine-r", sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 5px;
}

.p-top__content h2 br {
  display: none;
}

.p-top__content p {
  font-size: 1.2rem;
  line-height: 2;
}

@media only screen and (max-width: 834px) {
  .p-top__content {
    display: none;
  }
}

.p-top__bottom {
  margin-top: 300px;
  margin-bottom: 50px;
  width: calc(100% + 30px);
  margin-left: -15px;
}

.p-top__bottom h2 {
  margin-bottom: 140px;
  font-family: "test-domaine-r", sans-serif;
  font-weight: 400;
  font-size: 3.4rem;
  line-height: 1.4;
  width: 100%;
}

@media only screen and (max-width: 834px) {
  .p-top__bottom {
    margin-top: 150px;
    margin-bottom: 90px;
  }

  .p-top__bottom h2 {
    font-size: 2.2rem;
    margin-bottom: 80px;
    width: 100%;
  }

  .p-top__bottom h2 br {
    display: none;
  }
}

.p-top__statement {
  display: flex;
  align-items: flex-start;
}

.p-top__lang {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 15px;
}

.p-top__lang p {
  cursor: pointer;
  font-size: 1.4rem;
  text-transform: uppercase;
  opacity: 0.3;
  transition: all 0.3s linear;
}

.p-top__lang p.active {
  opacity: 1;
}

.p-top__lang span {
  opacity: 0.3;
}

@media only screen and (max-width: 834px) {
  .p-top__lang {
    writing-mode: vertical-lr;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 46px;
    margin-top: 5px;
  }
}

.p-top__text {
  flex: 1;
  font-size: 1.5rem;
  line-height: 1.8;
  min-height: 300px;
  display: none;
  text-align: justify;
  text-justify: inter-ideograph;
}

.p-top__text.active {
  display: block;
}

.p-top__text.lang-jp {
  letter-spacing: -0.5px;
}

@media only screen and (max-width: 834px) {
  .p-top__text {
    font-size: 1.4rem;
    line-height: 1.6;
    min-height: 360px;
  }

  .p-top__text.lang-jp {
    letter-spacing: 0px;
    line-height: 1.7;
  }
}

.p-top__link:hover {
  opacity: 1 !important;
}

.p-top__link:hover img {
  opacity: 1 !important;
}

.p-top__grid {
  margin: 0 auto;
}

.p-top__grid .grid-item {
  width: 50%;
  height: auto;
  margin-top: 300px;
}

@media only screen and (max-width: 834px) {
  .p-top__grid .grid-item {
    width: 100%;
    margin-top: 150px;
  }
}

.p-top__grid .grid-item.size-l.position-left {
  left: 0 !important;
  right: auto !important;
}

.p-top__grid .grid-item.size-l.position-right {
  left: auto !important;
  right: 0 !important;
}

/* .p-top__grid .grid-item:nth-child(2) {
  margin-top: 35vh;
}

@media only screen and (max-width: 834px) {
  .p-top__grid .grid-item:nth-child(2) {
    margin-top: 0;
  }
} */

.p-top__grid .grid-item.size-l,
.p-top__grid .grid-item.size-xl {
  margin-left: -50px;
  margin-right: -50px;
  /* margin-bottom: 250px; */
}

@media only screen and (max-width: 834px) {
  .p-top__grid .grid-item.size-l,
  .p-top__grid .grid-item.size-xl {
    margin-left: -30px;
    margin-right: -30px;
    /* margin-bottom: 150px; */
  }
}

.p-top__grid .grid-item.size-xl,
.p-top__grid .grid-item.size-l {
  width: 100vw;
}

.p-top__grid .grid-item.size-l .p-top__figure {
  width: 80vw;
}

.p-top__grid .grid-item.size-l .p-top__link {
  width: auto;
}

.p-top__grid .grid-item.size-l.position-center .p-top__figure {
  margin-left: auto;
  margin-right: auto;
}

.p-top__grid .grid-item.size-l.position-right .p-top__figure {
  margin-left: auto;
}

.p-top__grid .grid-item.size-l.position-left .p-top__figure {
  margin-right: auto;
}

/* .p-top__grid .grid-item.size-l {
  width: 80vw;
} */
@media only screen and (max-width: 834px) {
  .p-top__grid .grid-item.size-l,
  .p-top__grid .grid-item.size-l .p-top__figure {
    width: 100vw;
  }
}

.p-top__link {
  width: 100%;
}

.p-top__grid .grid-item.size-m .p-top__link {
  width: 100%;
}

.p-top__grid .grid-item.size-s .p-top__link {
  width: 70%;
}

.p-top__grid .grid-item.size-xs .p-top__link {
  width: 50%;
}

.p-top__grid .grid-item.position-right {
  justify-content: flex-end;
  align-items: flex-end;
}

.p-top__grid .grid-item.position-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.p-top__grid .grid-item.position-center {
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 834px) {
  .p-top__grid .grid-item.sp-size-xl {
    width: 100vw !important;
  }

  .p-top__grid .grid-item.sp-size-xl figure img {
    aspect-ratio: 1/1;
  }

  .p-top__grid .grid-item.sp-size-l {
    width: 100vw !important;
  }

  .p-top__grid .grid-item.sp-size-m .p-top__link {
    width: 100% !important;
  }

  .p-top__grid .grid-item.sp-size-s .p-top__link {
    width: 70% !important;
  }

  .p-top__grid .grid-item.sp-size-xs .p-top__link {
    width: 50% !important;
  }

  .p-top__grid .grid-item.sp-position-right {
    justify-content: flex-end !important;
    align-items: flex-end !important;
  }

  .p-top__grid .grid-item.sp-position-left {
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }

  .p-top__grid .grid-item.sp-position-center {
    justify-content: center !important;
    align-items: center !important;
  }
}

.grid-item.size-l + div,
.grid-item.size-xl + div {
  margin-top: 600px;
}

.p-top__grid .grid-item:nth-child(2) {	
  margin-top: 0;	
}

@media only screen and (max-width: 835px) {
  .grid-item.size-l + div,
  .grid-item.size-xl + div {
    margin-top: 150px;
  }
}

.p-work__wrapper {
  position: fixed;
  height: 100vh;
  height: var(--app-height);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-work__wrapper.work-scroll {
  position: relative;
  height: auto;
  padding: 0 15px;
}

.p-work__slide {
  width: 100%;
  height: 100%;
}

.p-work__slide .swiper-slide video {
  width: 100%;
  height: 100%;
}

.p-work__slide .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-work__swiper {
  width: 100%;
  height: 100%;
  padding: 100px 0;
}

@media only screen and (max-width: 834px) {
  .p-work__swiper {
    padding: 100px 30px;
  }
}

.p-work__swiper .caption {
  position: fixed;
  width: 100%;
  bottom: 30px;
  text-align: center;
  opacity: 0;
}

.p-work__swiper .caption h2 {
  font-size: 1.3rem;
  font-weight: 400;
}

@media only screen and (max-width: 834px) {
  .p-work__swiper .caption {
    bottom: 15px;
    left: 75px;
    width: 50%;
    text-align: start;
  }

  .p-work__swiper .caption h2 {
    font-size: 1.2rem;
  }
}

.p-work__swiper .swiper-button-next {
  position: absolute;
  top: 0;
  right: 0;
}

.p-work__swiper .swiper-button-prev {
  position: absolute;
  top: 0;
  left: 0;
}

.p-work__swiper .button-swiper {
  font-size: 0;
  border: 0;
  padding: 0;
  width: 18%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
  cursor: none;
}

.p-work__swiper .button-swiper::after {
  content: "";
}

@media only screen and (max-width: 834px) {
  .p-work__swiper .button-swiper {
    display: none;
  }
}

.p-work__control {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: calc(100% - 200px);
}

.p-work__counter {
  position: fixed;
  bottom: 30px;
  left: 35px;
  z-index: 10;
  font-size: 1.3rem;
  opacity: 0;
  display: flex;
  align-items: center;
}

.p-work__counter span {
  margin: 0 3px;
}

@media only screen and (max-width: 834px) {
  .p-work__counter {
    bottom: 15px;
    left: 15px;
    font-size: 1.2rem;
  }
}

.p-work__scroll {
  z-index: 1;
  width: auto;
  height: 100vh;
}

.p-work__scroll ul {
  display: flex;
  justify-content: flex-start;
  height: calc(100% - 35px);
}

.p-work__scroll ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media only screen and (max-width: 834px) {
  .p-work__scroll ul {
    height: 100%;
  }
}

.p-work__scroll .content-text {
  margin-bottom: 90px;
  margin-top: 160px;
  display: none;
}

.p-work__scroll .content-text p,
.p-work__scroll .content-text a {
  font-size: 1.2rem;
  line-height: 1.7;
  margin-bottom: 15px;
}

.p-work__scroll .content-text a {
  text-decoration: underline;
}

@media only screen and (max-width: 834px) {
  .p-work__scroll {
    height: auto;
    margin-top: 180px;
    display: block;
  }

  .p-work__scroll ul {
    display: block;
    padding: 0 15px;
  }

  .p-work__scroll .content-text {
    display: block;
  }
}

.p-work__block {
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  margin-right: 20vw;
}

.p-work__block:first-child {
  margin-left: 20vw;
}

.p-work__block.size-xl figure {
  height: 100%;
}

.p-work__block.size-l {
  width: 33vw;
}

.p-work__block.size-m {
  width: 25.5vw;
}

.p-work__block.size-s {
  width: 17vw;
}

@media only screen and (max-width: 834px) {
  .p-work__block {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 120px;
  }

  .p-work__block:first-child {
    margin-left: 0;
  }

  .p-work__block.sp-size-xl figure {
    width: 100% !important;
  }

  .p-work__block.sp-size-l figure {
    width: 80% !important;
  }

  .p-work__block.sp-size-m figure {
    width: 60% !important;
  }

  .p-work__block.sp-size-s figure {
    width: 40% !important;
  }
}

.p-work__figure {
  position: relative;
  height: auto;
  width: auto;
  margin-bottom: 0;
}

.p-work__figure p {
  position: absolute;
  bottom: -22px;
  font-size: 1.2rem;
}

.p-work__block.position-top {
  align-items: flex-start;
}

.p-work__block.position-center {
  align-items: center;
}

.p-work__block.position-bottom {
  align-items: flex-end;
}

@media only screen and (max-width: 834px) {
  .p-work__block.sp-position-right {
    justify-content: flex-end;
  }

  .p-work__block.sp-position-left {
    justify-content: flex-start;
  }

  .p-work__block.sp-position-center {
    justify-content: center;
  }
}

.p-info {
  margin-top: 180px;
  margin-bottom: 100px;
}

@media only screen and (max-width: 834px) {
  .p-info {
    margin-top: 120px;
    margin-bottom: 90px;
  }
}

.p-info__wrapper {
  padding: 0 35px;
  display: flex;
}

@media only screen and (max-width: 834px) {
  .p-info__wrapper {
    padding: 0 15px;
    display: block;
  }
}

.p-info__left {
  width: 50%;
}

@media only screen and (max-width: 834px) {
  .p-info__left {
    width: 100%;
  }
}

.p-info__fixed {
  position: fixed;
}

@media only screen and (max-width: 834px) {
  .p-info__fixed {
    position: unset;
  }
}

.p-info__right {
  flex: 1;
  margin-top: 3px;
}

@media only screen and (max-width: 834px) {
  .p-info__right {
    padding-left: 60px;
    padding-top: 80px;
    margin-top: 0px;
  }
}

.p-info__tabs {
  font-family: "test-domaine-r", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
}

.p-info__tabs li {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}

.p-info__tabs li.active:after {
  content: "";
  position: absolute;
  top: 15px;
  right: -25px;
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
}

@media only screen and (max-width: 834px) {
  .p-info__tabs {
    font-size: 1.7rem;
  }

  .p-info__tabs li.active:after {
    top: 11px;
    right: -15px;
  }
}

.p-info__lang {
  margin-top: 35px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.p-info__lang p {
  opacity: 0.3;
  text-transform: uppercase;
  font-size: 1.4rem;
  cursor: pointer;
  transition: all 0.3s linear;
}

.p-info__lang p.active {
  opacity: 1;
}

.p-info__lang span {
  opacity: 0.3;
}

@media only screen and (max-width: 834px) {
  .p-info__lang {
    position: absolute;
    writing-mode: vertical-rl;
    margin-top: 80px;
  }

  .p-info__lang.is-fixed {
    position: fixed;
    top: 80px;
    margin-top: 0;
  }

  .p-info__lang p {
    font-size: 1.3rem;
  }
}

.p-info__items {
  display: none;
  opacity: 0;
  animation: fadeIn 0.5s ease 1 forwards;
}

.p-info__items.active {
  display: block;
}

.p-info__title {
  font-family: "test-domaine-r", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.67;
  margin-bottom: 25px;
}

@media only screen and (max-width: 834px) {
  .p-info__title {
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 20px;
  }
}

.p-info__profile {
  font-size: 1.4rem;
  line-height: 1.89;
  margin-bottom: 45px;
}

.p-info__profile a {
  text-decoration: underline;
}

@media only screen and (max-width: 834px) {
  .p-info__profile {
    font-size: 1.3rem;
    line-height: 1.7;
  }
}

.p-info__info {
  display: flex;
  align-items: flex-start;
}

.p-info__info p {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-right: 5px;
}

@media only screen and (max-width: 834px) {
  .p-info__info {
    margin-bottom: 10px;
  }

  .p-info__info p {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-right: 0;
  }
}

.p-info__year {
  width: 15%;
}

@media only screen and (max-width: 834px) {
  .p-info__year {
    width: 22%;
  }
}

.p-info__content {
  flex: 1;
}

.p-info__fields {
  margin-bottom: 45px;
}

@media only screen and (max-width: 834px) {
  .p-info__fields {
    margin-bottom: 35px;
  }
}

.p-info .lang-en,
.p-info .lang-jp {
  display: none;
}

.p-info .lang-en.active,
.p-info .lang-jp.active {
  display: block;
}

.p-404__container {
  position: absolute;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-404__wrapper > h2 {
  display: inline-block;
  font-size: 3vw;
  letter-spacing: 1px;
  font-weight: 500;
  position: relative;
}

.in-view {
  opacity: 0;
  -webkit-transition: opacity 1.4s ease-in-out;
  transition: opacity 1.4s ease-in-out;
}

.in-view.is-active {
  opacity: 1;
}
