:root {
  --primary: #222223;
  --text-sub: #666;
  --header-height: 115px;
  --header-height-sp: 68px;
  --border-color: #E5E5E5;
  --border-dark: #414141;
  --font-family: 'NHaasGroteskDSPro-55Rg', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  --font-family--lighter: 'NHaasGroteskDSPro-25Th', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

@font-face {
  font-family: 'NHaasGroteskDSPro-55Rg';
  src: url('../fonts/NHaasGroteskDSPro-55Rg.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'NHaasGroteskDSPro-25Th';
  src: url('../fonts/NHaasGroteskDSPro-25Th.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}


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

body {
  font-family: var(--font-family);
  color: var(--primary);
  letter-spacing: .1em;
  background-color: #fff;
}

* {
  box-sizing: border-box;
}

h2 {
  font-size: 6.4rem;
  font-weight: 400;
}

h3 {
  font-size: 3.4rem;
  font-weight: 400;
}

div {
  font-size: 1.4rem;
  box-sizing: border-box;
}

p {
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 0;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  color: var(--text-main);
}

a:hover {
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

ul, dt, dd, dl {
  margin: 0;
  padding-inline-start: 0;
}

ul {
  font-size: 0;
}

li {
  list-style-type: none;
  font-size: 1.4rem;
  box-sizing: border-box;
}

table {
  width: 100%;
}

button {
  all: unset;
  display: inline-block; 
  cursor: pointer;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-120 {
  margin-bottom: 120px;
}

.color-primary {
  color: var(--primary);
}

.fade-in-up {
  opacity: 0;
  transform: translateY(40px);
  transition-property: opacity, transform;
  will-change: transform
}

.fade-in-up.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.65s;
  transition-timing-function: cubic-bezier(0.65,0,0.35,1),cubic-bezier(0.33,1,0.68,1);
}

.arrow-btn {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgb(0 0 0 / 6%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.arrow-btn::before {
  content: "";
  width: 100%;
  height: 4px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  transition: transform 0.3s ease, opacity 0.3s ease;
  background-size: contain;
  background-image: url(../images/arrow-right.svg);
}

.slick__prev.arrow-btn::before {
  background-image: url(../images/arrow-left.svg);
}

.arrow-btn:hover,
.member__name--en a:hover .arrow-btn,
.view-more:hover .arrow-btn {
  background-color: var(--primary);
  transition: .3s;
  color: var(--primary);
}

.member__name--en a:hover .arrow-btn::before,
.view-more:hover .arrow-btn::before,
.arrow-btn:hover.arrow-btn::before {
  background-image: url(../images/arrow-right-white.svg);
  animation: fadeSlideOutIn 0.6s ease forwards;
}

.arrow-btn:hover.slick__prev.arrow-btn::before {
  background-image: url(../images/arrow-left-white.svg);
}

@keyframes fadeSlideOutIn {
  0% { opacity: 1; transform: translateX(0); }
  30% { opacity: 0; transform: translateX(8px); }
  60% { opacity: 0; transform: translateX(-8px); }
  100% { opacity: 1; transform: translateX(0); }
}

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 3vw;
  border-bottom: 1px solid var(--primary);
}

.logo {
  max-width: 260px;
}

.nav a {
  margin-left: 40px;
  text-decoration: none;
  color: var(--primary);
  font-size: 1.5rem;
  position: relative;
}

.hover-text {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  overflow: hidden; 
  line-height: 1.5;
  cursor: pointer;
}

.hover-text span {
  display: inline-block;
  transform: translateY(0); 
  transition: transform 0.5s ease;
}

.hover-text span:nth-child(2) {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
}

.hover-text:hover span,
.hover-wrapper:hover .hover-text span {
  transform: translateY(-100%);
}

.hero {
  background: var(--primary);
  max-width: 100%;
  color: #fff;
  padding: 140px 0 0;
}

.hero__inner {
  max-width: 100%;
  text-align: left;
  overflow: hidden;
  height: auto;
  margin: 0 auto;
}

.hero-text {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}

.mySwiper {
  width: 100%;
  height: calc(100vh);
}

.mySwiper picture {
  height: 100%;
}

.swiper-slide {
  overflow: hidden;
  min-width: 200px;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 8s ease-in-out;
}

.swiper-slide-active img {
  transform: scale(1.05);
}

.hero-text--default p {
  text-align: left;
  font-weight: 400;
  font-size: 6.4rem;
  transition: .3s;
  overflow: hidden;
  line-height: 1.1;
  color: #fff;
}

.hero-text--sp {
  display: none;
}

.hero__scroll {
  position: absolute;
  color: #fff;
  z-index: 2;
  right: 2vw;
  bottom: 20px;
}

.scroll {
  position: relative;
}

.scroll span {
  writing-mode: unset;
  transform: rotate(90deg);
  display: inline-block;
}

.scroll::before {
  animation: scroll 2s infinite;
  background-color: #646464;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 2;
}

.scroll::after {
  background-color: #fff;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

section {
  padding: 120px 3vw 180px;
  max-width: 1480px;
  margin: 0 auto;
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.recent-works {
  color: var(--primary);
  max-width: 100%;
  padding: 180px 3vw 240px;
  position: relative;
}

.recent-works__inner {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
}

.recent-works__title {
  padding: 0 3vw 40px;
  max-width: 1480px;
  margin: 0 auto;
}

.recent-works::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 1px;
  background-color: var(--border-color);
  transform: translateX(-50%);
  left: 50%;
}

.recent-works__slider {
  position: relative;
}

.work-card {
  margin: 0;
  overflow: hidden;
}

.work-card__info {
  padding: 16px 20px;
  background: #f7f7f7;
}

.work-card__info p {
  font-size: 1.2rem;
  color: #666;
  overflow: hidden;
  line-clamp: 1;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.work-card__info .work-card__title {
  font-size: 1.4rem;
  color: var(--primary);
}

.view-more {
  font-size: 1.8rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  right: 0;
  bottom: -100px;
}

.view-more a {
  position: relative;
}

.view-more .arrow-btn {
  width: 48px;
  height: 48px;
}

.view-more:hover a::after {
  transform: scaleX(1);
  transform-origin: left;
}

.slick__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.slick__container {
  position: relative;
  width: calc(100% + (100vw - 100%) / 2);
}

.slick__prev,
.slick__next {
  position: absolute;
  top: -115px;
  z-index: 1;
}

.slick__prev {
  right: calc((100vw - 100%) + (62px + 15px));
}

.slick__next {
  right: calc(100vw - 100%);
}

.slick__prev img,
.slick__next img {
  width: 25px;
}

.slick__image {
  width: 16vw;
  max-width: 600px;
  margin-right: .4vw;
  min-width: 267px;
  transition: .3s;
}

.slick__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.member {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3%;
}

.member:not(:last-child) {
  margin-bottom: 90px;
}

.member.reverse {
  flex-direction: row-reverse;
}

.member__image {
  object-fit: cover;
  will-change: transform;
  display: block;
  width: 100%;
  height: auto;
  filter: grayscale(100%);
}

.member__image-wrap:hover .parallax-container {
  transform: scale(1.05);
  transition: transform 0.5s ease;
}

.parallax-container {
  transition: transform 0.5s ease;
}

.member__image-wrap {
  position: relative;
  overflow: hidden;
  max-width: 50%;
  min-width: 50%;
}

h3.member__name--en {
  display: inline-block;
}

.member__name--en a {
  display: flex;
  align-items: center;
  gap: 15px;
}

.member__name--en a .hover-text {
  font-size: 3.6rem;
}

.member__name--en .arrow-btn {
  width: 48px;
  height: 48px;
}

.member__name--ja {
  font-size: 1.2rem;
  margin-top: 10px;
}

.member__image-wrap:hover .member__image {
  filter: grayscale(0%);
}

.member__sns a {
  padding: 7px 20px;;
  border: 1px solid var(--border-color);
  border-radius: 9999px;
  margin-right: 5px;
  box-sizing: border-box;
}

.member__sns a:hover {
  background: var(--primary);
  color: #fff;
  border: none;
  transition: .3s;
  border: 1px solid var(--primary);
}

.who-we-are,
.contact {
  background: var(--primary);
  max-width: 100%;
  padding: 180px 0;
  color: #fff;
}

.contact {
  padding-bottom: 130px;
}

.who-we-are__inner {
  max-width: 1480px;
  margin: 0 auto;
  display: flex;
  gap: 5%;
  width: 100%;
  justify-content: space-between;
  padding: 0 3vw;
}

.who-we-are__content {
  width: 58%;
  font-weight: 300;
  position: relative;
}

.who-we-are__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  max-width: 495px;
}

.who-we-are__content--en {
  color: #ababab;
}

.who-we-are__link {
  display: inline-block;
}

.who-we-are__link .view-more {
  position: relative;
  bottom: 0;
  right: 0;
}

.who-we-are__link .view-more .arrow-btn {
  border: none;
  background: rgba(255, 255, 255, 0.1);
}

.who-we-are__link .view-more:hover .arrow-btn {
  background-color: #ffff;
  border: none;
}

.who-we-are__link .arrow-btn::before {
  background-image: url(../images/arrow-right-white.svg);
}

.who-we-are__link .view-more:hover .arrow-btn::before {
  background-image: url(../images/arrow-right.svg);
}

.about__inner {
  display: flex;
  justify-content: space-between;
  gap: 5%;
}

.about h3 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 20px;
}

.about__customer {
  width: 40%;
}

.about__customer li {
  padding: 5px 0;
  font-size: 1.3rem;
}

.about__company {
  width: 60%;
}

.about__company li {
  display: flex;
  padding: 40px 0;
  border-bottom: 1px solid var(--border-color);
}

.company-profile__head {
  color: #898C8E;
  width: 25%;
}

.contact__inner {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  padding: 0 3vw;
}

.contact__content {
  display: flex;
  gap: 5%;
  justify-content: space-between;
  align-items: center;
}

.contact__content p {
  font-size: 1.3rem;
  font-weight: 300;
}

.contact__email {
  border: 1px solid var(--border-dark);
  width: 460px;
  padding: 34px 0;
  text-align: center;
}

.footer {
  background: var(--primary);
  max-width: 100%;
  color: #fff;
}

.footer__inner {
  padding: 90px 3vw;
  max-width: 1480px;
  margin: 0 auto;
  display: flex;
  gap: 5%;
  width: 100%;
  justify-content: space-between;
  position: relative;
  align-items: center;
}

.footer__inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 1px;
  background-color: var(--border-dark);
  transform: translateX(-50%);
  left: 50%;
}

.marquee {
  overflow: hidden;
  position: relative;
  height: auto;
  display: flex;
  align-items: center;
  padding: 50px 0;
}

.marquee__inner {
  display: inline-flex;
  white-space: nowrap;
  animation: marquee-loop 38s linear infinite;
  color: #fff;
}

.marquee__inner span {
  padding-right: 2rem;
  font-size: 6.4rem;
}

.footer nav a {
  font-family: var(--font-family--lighter);
  margin-right: 40px;
}

.copyright {
  font-family: var(--font-family--lighter);
  display: flex;
  gap: 40px;
  align-items: center;
  color: #898C8E;
}

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

.copyright .arrow-btn {
  background: rgb(255 255 255 / 15%);
  border: none;
}

.copyright .arrow-btn:hover {
  background: #fff;
  border: 1px solid #fff;
}

@keyframes arrowFloatY {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  30% {
    opacity: 0;
    transform: translateY(-8px);
  }
  60% {
    opacity: 0;
    transform: translateY(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.copyright .arrow-btn::before {
  height: 20px;
  background-image: url(../images/arrow-up.svg);
}

.copyright .arrow-btn:hover.arrow-btn::before {
  background-image: url(../images/arrow-up-dark.svg);
  animation: arrowFloatY 0.6s ease forwards;
}

@keyframes marquee-loop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.bottom-to-top-animation {
  opacity: 0;
  pointer-events: none;
}

.bottom-to-top-animation.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.bottom-to-top-animation.is-visible span {
  display: inline-block;
  opacity: 0;
  transform: translateY(100px);
  animation: showText 0.6s ease forwards;
}

@keyframes showText {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.header__burger {
  display: none;
}

body.menu-open {
  overflow: hidden;
  touch-action: none;
}

.header__nav--sp {
  display: none;
}

.arrow {
  position: relative;
  display: inline-block;
  width: 27px;
  height: 1px;
  margin-top: 5.2px;
  border-radius: 9999px;
  background-color: #000000;
}

.arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: var(--primary);
  transform: rotate(35deg);
  transform-origin: calc(100% - 0.5px) 50%;
}

.credits main {
  background: var(--primary);
  color: #fff;
}

.page-header {
  padding: 267px 3vw 120px;
}

.works .page-header {
  padding: 267px 3vw 60px; 
}

.page-header h1 {
  font-size: min(8.0rem, 8.5vw);
  font-weight: 400;
  transition: .3s;
} 

.page-body {
  padding: 0 3vw 120px;
  max-width: 1480px;
  margin: 0 auto;
}

.credits__container {
  display: flex;
  align-items: start;
  gap: 120px 10%;
  flex-wrap: wrap;
  transition: .3s;
}

.credits__item {
  width: 45%;
}

.credits__item h2 p {
  color: #bbb;
  margin-top: 10px;
  font-size: 1.4rem;
}

.credits__item h2 {
  font-size: 3.4rem;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border-dark);
}

.credits__text {
  line-height: 2;
  color: #bbb;
}

.works .marquee {
  background: #fff;
}

.works .marquee__inner {
  color: var(--primary);
}

.works__items {
  display: flex;
  align-items: start;
  gap: 60px 5%;
  flex-wrap: wrap;
}

.works__item {
  width: 30%;
}

.works__text {
  margin-top: 25px;
}

.works__label,
.works__info {
  font-size: 1.2rem;
}

details {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}

summary {
  cursor: pointer;
  display: flex;
  align-items: center;
  list-style: none;
  padding: 6px 0;
}

summary::marker {
  content: '';
}

summary::after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  width: 0.4em;
  height: 0.4em;
  border: solid #8d8d8d;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

details[open] summary::after {
  transform: rotate(225deg);
}

details > *:not(summary) {
  overflow: hidden;
}

details li {
  font-size: 1.3rem;
}

details li:not(:last-child) {
  margin-bottom: 5px;
}

.hero-text--default {
  display: block;
  padding: 0 3vw;
}

.works__item {
  display: none;
}

.works__item.active {
  display: block;
}

.pagination {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 120px;
}

.pagination a,
.pagination span {
  border-radius: 50%;
  color: var(--primary);
  text-decoration: none;
  font-size: 14px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination .current {
  background: var(--primary);
  color: #fff;
  pointer-events: none;
}

@media (min-width: 1680px) {
  .hero {
    padding-top: 0;
  }

  .hero__inner {
    padding: 0;
  }

  .hero-text {
    padding-top: 140px;
  }

  .slick-list,
  .slick-track {
    height: 100%;
  }

  .hero__scroll {
    bottom: 20px;
  }

  .slick__container {
    width: 100%;
  }

  .slick__prev {
    right: calc(50vw - 740px + 80px);
  }

  .slick__next {
    right: calc(50vw - 740px);
  }

  .recent-works .view-more {
    right: calc(50vw - 740px);
  }

  .hero-text--default {
    padding: 0 5%;
    margin: 0 auto;
  }
}

@media (max-width: 1024px) {
  .nav {
    display: none;
  }

  .header__burger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 32px;
    height: 9px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 1101;
  }

  .header__burger span {
    width: 100%;
    height: 1px;
    background: var(--primary);
    transition: transform 0.3s, opacity 0.3s, background 0.3s;
  }

  body.menu-open .header__burger span {
    background: #fff;
  }

  body.menu-open .header__burger span:nth-child(1) {
    transform: translateY(-1px) rotate(45deg);
  }

  body.menu-open .header__burger span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg);
  }

  .header__nav--sp {
    position: fixed;
    inset: 0;
    background: var(--primary);
    opacity: 0;
    transition: background 0.4s ease, opacity 0.4s ease;
    z-index: 1100;
    overflow-y: auto;
    pointer-events: none;
    display: flex;
    justify-content: center;
  }

  .nav-wrapper {
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    color: #fff;
    gap: 10px;
  }

  .nav-wrapper a span {
    padding: 0;
    font-size: min(9rem, 8vw);
    font-family: var(--font-family--lighter);
  }

  body.menu-open .header__nav--sp {
    background: var(--primary);
    opacity: 1;
    pointer-events: auto;
  }

  .member {
    flex-flow: column;
    align-items: start;
  }

  .member__image.is-visible {
    filter: grayscale(0%);
  }

  .member__image-wrap {
    width: 100%;
    max-width: 100%;
  }

  .member:not(:last-child) {
    margin-bottom: 60px;
  }

  .member.reverse {
    flex-direction: inherit;
    flex-flow: column;
    align-items: start;
  }

  .member__info {
    margin-top: 20px;
  }

  .member__name--en a .hover-text {
    font-size: 2.6rem;
  }

  .member__name--en .arrow-btn {
    width: 42px;
    height: 42px;
  }

  .who-we-are__inner,
  .footer__inner {
    flex-flow: column;
    gap: 30px;
  }

  .who-we-are__image {
    width: 50%;
  }

  .who-we-are__content {
    width: 100%;
  }

  .about__inner,
  .contact__content {
    gap: 60px;
    flex-flow: column;
    align-items: start;
  }
  
  .about__company,
  .about__customer {
    width: 100%;
  }

  .about__company li {
    padding: 30px 0;
  }

  .contact__email {
    width: 100%;
    padding: 20px 0;
  }

  .marquee__inner span {
    font-size: 6rem;
  }

  .works__item {
    width: 47.5%;
  }

  .hero {
    padding: 0;
  }

  .hero__inner {
    padding: 0;
    height: 100vh;
  }

  .hero-text {
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
    position: relative;
    padding: 140px 15px 0;
  }

  .slick-list,
  .slick-track {
    height: 100%;
  }

  .hero-text p {
    font-size: 4.6rem;
    transition: .3s;
    overflow: hidden;
    line-height: 1.1;
  }

  .hero-text--default {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
  
  .sp {
    display: block !important;
  }

  h3 {
    font-size: 2rem;
  }

  .mb-40 {
    margin-bottom: 20px;
  }

  .mb-60 {
    margin-bottom: 30px;
  }

  .mb-80 {
    margin-bottom: 60px;
  }
  
  .logo {
    max-width: 198px;
    width: 50vw;
  }

  section.recent-works {
    padding: 90px 15px 140px;
  }

  .recent-works__inner {
    padding: 0;
  }

  .hero-text {
    padding-top: 110px;
    margin-bottom: 15px;
    line-height: 1.2;
  }

  .hero-text p {
    font-size: 3.6rem;
    line-height: 1.3;
  }

  .hero-text--default {
    display: none;
  }

  .hero-text--sp {
    display: block;
  }

  .slick__image {
    margin-right: 6px;
    width: 12vw;
    min-width: 180px;
  }

  .view-more {
    right: 0;
  }

  section,
  .who-we-are,
  .contact {
    padding: 90px 15px;
  }

  .contact {
    padding-bottom: 40px;
  }

  h2 {
    font-size: 3.6rem;
  }

  .slick__prev {
    right: calc((100vw - 100%) + (40px + 12px));
  }

  .slick__prev, .slick__next {
    top: -66px;
  }

  .arrow-btn {
    width: 40px;
    height: 40px;
  }

  .view-more {
    font-size: 1.6rem;
    bottom: -75px;
  }

  .view-more .arrow-btn {
    width: 36px;
    height: 36px;
  }

  .contact__inner {
    padding: 0;
  }

  .footer__inner {
    padding: 60px 15px 30px;
    align-items: start;
  }

  .footer__inner nav {
    display: flex;
    flex-flow: column;
    gap: 12px;
  }

  .footer nav a {
    margin: 0;
    font-size: 1.6rem;
  }

  .copyright {
    justify-content: space-between;
    width: 100%;
  }

  .copyright p {
    font-size: 1rem;
  }

  .copyright .arrow-btn::before {
    height: 13px;
  }

  .page-header h1 {
    font-size: 4rem;
  }

  .credits__item h2 {
    font-size: 3rem;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }

  .page-header {
    padding: 167px 15px 60px;
  }

  .works .page-header {
    padding: 167px 15px 40px; 
  }

  .page-body {
    padding: 0 15px 90px;
  }

  .credits__container {
    flex-flow: column;
    gap: 60px;
  }

  .credits__item {
    width: 100%;
  }

  .works__items {
    gap: 40px;
  }

  .works__item {
    width: 100%;
  }

  .marquee {
    padding: 30px 0;
  }

  .marquee__inner span {
    font-size: 3.6rem;
  }

  .pagination {
    margin-top: 60px;
  }

  .pagination a, .pagination span {
    font-size: 13px;
    height: 32px;
    width: 32px;
  }

  .swiper-slide img {
    height: calc(100% - 220px);
  }
}