/* ******************************
 *
 * RESPONSIVE MIXIN
 *
 * ****************************** */
.topHero {
  position: relative;
  background: rgb(var(--color-white));
}
@media screen and (min-width: 320px) {
  .topHero {
    padding-top: 9.6rem;
  }
}
@media screen and (min-width: 600px) {
  .topHero {
    padding-top: 13.6rem;
  }
}

.topHero_copyArea {
  position: relative;
  overflow: hidden;
  border-bottom: 0;
}
@media screen and (min-width: 320px) {
  .topHero_copyArea {
    height: 50rem;
  }
}
@media screen and (min-width: 600px) {
  .topHero_copyArea {
    height: 68rem;
  }
}

.topHero_iris {
  position: absolute;
  z-index: 0;
  top: -5.6rem;
  left: 35%;
  width: 36%;
  height: 116%;
  opacity: 0.82;
  filter: blur(0.18rem);
  pointer-events: none;
}

.topHero_microCopy {
  display: none;
}
@media screen and (min-width: 1025px) {
  .topHero_microCopy {
    display: block;
    position: absolute;
    z-index: 3;
    top: 6.8rem;
    right: 3.2rem;
    width: 32rem;
    color: rgb(var(--color-main));
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.35;
    text-align: right;
  }
}

.topHero_title {
  position: absolute;
  z-index: 2;
  inset: 0;
  margin: 0;
  font-family: var(--font-wide);
  color: rgb(var(--color-main));
  font-weight: 700;
  line-height: 0.82;
  letter-spacing: -0.065em;
}

.topHero_word {
  position: absolute;
  display: block;
  white-space: nowrap;
  font-weight: 500;
}
@media screen and (min-width: 320px) {
  .topHero_word {
    font-size: 7.2rem;
  }
}
@media screen and (min-width: 600px) {
  .topHero_word {
    font-size: 20.4rem;
  }
}

@media screen and (min-width: 320px) {
  .topHero_word-real {
    top: 2.6rem;
    left: 1.2rem;
  }
}
@media screen and (min-width: 600px) {
  .topHero_word-real {
    top: 3.6rem;
    left: 3.2rem;
  }
}

@media screen and (min-width: 320px) {
  .topHero_word-trust {
    top: 10rem;
    left: 21.6%;
  }
}
@media screen and (min-width: 600px) {
  .topHero_word-trust {
    top: 26rem;
    left: 17.6%;
  }
}

@media screen and (min-width: 320px) {
  .topHero_word-built {
    top: 17.2rem;
    right: 13.8rem;
  }
}
@media screen and (min-width: 600px) {
  .topHero_word-built {
    top: 15.2rem;
    right: 2.8rem;
  }
}

.topHero_scroll {
  position: absolute;
  z-index: 4;
  display: grid;
  place-items: center;
  gap: 1.2rem;
  border: 0.1rem solid rgb(var(--color-main));
  border-radius: 50%;
  color: rgb(var(--color-main));
  font-family: var(--font-wide);
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .topHero_scroll {
    bottom: 2rem;
    left: 1.2rem;
    width: 5.6rem;
    height: 5.6rem;
    font-size: 0.72rem;
  }
}
@media screen and (min-width: 600px) {
  .topHero_scroll {
    bottom: 4rem;
    left: 3.2rem;
    width: 12.8rem;
    height: 12.8rem;
    font-size: 0.9rem;
  }
}

.topHero_scrollIcon {
  position: relative;
}
@media screen and (min-width: 320px) {
  .topHero_scrollIcon {
    width: 2.4rem;
    height: 3.2rem;
  }
}
@media screen and (min-width: 600px) {
  .topHero_scrollIcon {
    width: 3.6rem;
    height: 4.4rem;
  }
}

.topHero_scrollIcon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0.4rem;
  width: 0.28rem;
  height: 3.6rem;
  background: rgb(var(--color-main));
  transform: translateX(-50%);
}

.topHero_scrollIcon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.2rem;
  width: 2.4rem;
  height: 2.4rem;
  border-right: 0.28rem solid rgb(var(--color-main));
  border-bottom: 0.28rem solid rgb(var(--color-main));
  transform: translateX(-50%) rotate(45deg);
}

.topHero_statement {
  position: absolute;
  z-index: 4;
  color: rgb(var(--color-main));
  text-align: right;
}
@media screen and (min-width: 320px) {
  .topHero_statement {
    right: 2rem;
    bottom: 24px;
    width: 72%;
  }
}
@media screen and (min-width: 600px) {
  .topHero_statement {
    right: 3.2rem;
    bottom: 32px;
    width: 31%;
  }
}

.topHero_statementLead {
  margin: 0;
  font-weight: 900;
  line-height: 1.42;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 320px) {
  .topHero_statementLead {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 600px) {
  .topHero_statementLead {
    font-size: 4rem;
  }
}

.topHero_statementText {
  margin: 4rem 0 0;
  line-height: 1.7;
}
@media screen and (min-width: 320px) {
  .topHero_statementText {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 600px) {
  .topHero_statementText {
    font-size: 2rem;
  }
}

.topHero_movie {
  position: relative;
  width: 100%;
  height: 43.2rem;
  overflow: hidden;
  background: #111;
}
@media screen and (min-width: 1025px) {
  .topHero_movie {
    height: 65.2rem;
  }
}

.topHero_movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.topAbout {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 6.4rem 0 0;
  color: rgb(var(--color-main));
}
@media screen and (min-width: 320px) {
  .topAbout {
    padding-top: 0;
    margin-bottom: -7.2rem;
  }
}
@media screen and (min-width: 600px) {
  .topAbout {
    padding-top: 0;
    margin-bottom: -14.8rem;
  }
}

.topAbout_bgText {
  position: absolute;
  z-index: 0;
  top: 5.2rem;
  left: -2.4rem;
  width: 112%;
  overflow: hidden;
  color: rgba(var(--color-main), 0.045);
  font-family: var(--font-wide);
  font-size: 12rem;
  font-weight: 700;
  line-height: 0.82;
  letter-spacing: -0.06em;
  white-space: nowrap;
  pointer-events: none;
}
@media screen and (min-width: 1025px) {
  .topAbout_bgText {
    top: 8rem;
    left: -1.6rem;
    font-size: 17.6rem;
  }
}

.topAbout_inner {
  position: relative;
  z-index: 3;
  display: grid;
}
@media screen and (min-width: 320px) {
  .topAbout_inner {
    grid-template-columns: 1fr;
    gap: 5.6rem;
    padding: 2rem 2rem 5.6rem;
  }
}
@media screen and (min-width: 600px) {
  .topAbout_inner {
    grid-template-columns: 57% 43%;
    gap: 0;
    padding: 3.2rem 0 0 3.2rem;
  }
}

.topAbout_cards {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 320px) {
  .topAbout_cards {
    gap: 12px;
    padding: 0;
  }
}
@media screen and (min-width: 600px) {
  .topAbout_cards {
    gap: 2.4rem;
    padding: 0 16rem 0 0;
  }
}

@media screen and (min-width: 320px) {
  .topAbout_card:nth-child(even) {
    transform: translateY(8rem);
  }
}
@media screen and (min-width: 600px) {
  .topAbout_card:nth-child(even) {
    transform: translateY(8rem);
  }
}

.topAbout_content {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 320px) {
  .topAbout_content {
    padding: 0 0 0;
  }
}
@media screen and (min-width: 600px) {
  .topAbout_content {
    padding: 16rem 5.6rem 40px 7.2rem;
  }
}

.topAbout_lead {
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 320px) {
  .topAbout_lead {
    font-size: 3.2rem;
    margin: 6.4rem 0 0;
  }
}
@media screen and (min-width: 600px) {
  .topAbout_lead {
    font-size: 6.4rem;
    margin: 0;
  }
}

@media screen and (min-width: 320px) {
  .topAbout_textBlock {
    margin-top: 4.8rem;
  }
}
@media screen and (min-width: 600px) {
  .topAbout_textBlock {
    margin-top: 8rem;
  }
}

.topAbout_textBlock h2 {
  margin: 0;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (min-width: 320px) {
  .topAbout_textBlock h2 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 600px) {
  .topAbout_textBlock h2 {
    font-size: 2.8rem;
  }
}

.topAbout_textBlock p {
  margin: 2.8rem 0 0;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 320px) {
  .topAbout_textBlock p {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 600px) {
  .topAbout_textBlock p {
    font-size: 2rem;
  }
}

.topAbout_gallery {
  position: relative;
  z-index: 2;
  margin-top: 1.6rem;
  width: 100%;
  overflow: hidden;
}

.topAbout_galleryTrack {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  animation: topAboutGallery 46s linear infinite;
  will-change: transform;
}

.topAbout_galleryGroup {
  display: grid;
  flex: 0 0 auto;
}
@media screen and (min-width: 320px) {
  .topAbout_galleryGroup {
    grid-template-columns: 21.6rem 54.4rem 26rem 26rem 27.2rem;
    grid-template-rows: 14.8rem 14.8rem;
    gap: 0.8rem;
    padding-right: 0.8rem;
  }
}
@media screen and (min-width: 600px) {
  .topAbout_galleryGroup {
    grid-template-columns: 52rem 65.2rem 46.4rem 26.4rem 28rem;
    grid-template-rows: 30.8rem 30.8rem;
    gap: 1.6rem;
    padding-right: 1.6rem;
  }
}

.topAbout_photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 0.8rem;
  background: rgba(var(--color-main), 0.08);
}

.topAbout_photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(190, 235, 255, 0.16);
  mix-blend-mode: screen;
  pointer-events: none;
}

.topAbout_photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: saturate(0.9) brightness(1.06) contrast(0.94);
}

.topAbout_photo-a {
  grid-column: 1;
  grid-row: 1;
}

.topAbout_photo-b {
  grid-column: 1;
  grid-row: 2;
}

.topAbout_photo-c {
  grid-column: 2;
  grid-row: 1/span 2;
}

.topAbout_photo-d {
  grid-column: 3;
  grid-row: 1;
}

.topAbout_photo-e {
  grid-column: 3;
  grid-row: 2;
}

.topAbout_photo-f {
  grid-column: 4/6;
  grid-row: 1/3;
}

@keyframes topAboutGallery {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* =========================================================
  TOP SERVICE
========================================================= */
.topService {
  position: relative;
  overflow: hidden;
  background: rgb(var(--color-main));
  color: rgb(var(--color-white));
}
@media screen and (min-width: 320px) {
  .topService {
    padding-top: 7.2rem;
  }
}
@media screen and (min-width: 600px) {
  .topService {
    padding-top: 14.8rem;
  }
}

.topService_inner {
  position: relative;
  min-height: 100vh;
  padding: 8rem 0 6.4rem;
}
@media screen and (min-width: 320px) {
  .topService_inner {
    padding: 32px 0 0;
  }
}
@media screen and (min-width: 600px) {
  .topService_inner {
    padding: 32px 0 0;
  }
}

.topService_head {
  position: relative;
  z-index: 2;
  padding: 0 5.2vw;
}
@media screen and (min-width: 1025px) {
  .topService_head {
    padding: 0 5.2vw;
  }
}

.topService_rule {
  display: block;
  width: 100%;
  height: 0.1rem;
  margin-bottom: 4rem;
  background: rgba(var(--color-white), 0.68);
}

.topService_kicker {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin: 0;
  font-family: var(--font-wide);
  font-size: 1.28rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.topService_kicker i {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: rgb(var(--color-white));
}

.topService_title {
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 320px) {
  .topService_title {
    font-size: 2.4rem;
    margin: 3.2rem 0 0;
  }
}
@media screen and (min-width: 600px) {
  .topService_title {
    font-size: 4rem;
    margin: 6.4rem 0 0;
  }
}

.topService_text {
  margin: 3.2rem 0 0;
  font-size: 1.32rem;
  font-weight: 700;
  line-height: 1.72;
  letter-spacing: 0.02em;
}

.topService_scrollArea {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: visible;
}
@media screen and (min-width: 320px) {
  .topService_scrollArea {
    margin-top: 24px;
  }
}
@media screen and (min-width: 600px) {
  .topService_scrollArea {
    margin-top: 40px;
  }
}

.topService_track {
  display: flex;
  gap: 2.8rem;
  padding-left: 10vw;
  padding-right: 10vw;
  width: -moz-fit-content;
  width: fit-content;
  will-change: transform;
}

.topService_card {
  flex: 0 0 42vw;
  border-radius: 1.6rem;
  overflow: hidden;
  background: rgb(var(--color-white));
  color: rgb(var(--color-main));
  box-shadow: 0 2.4rem 6.4rem rgba(11, 0, 78, 0.18);
}
@media screen and (min-width: 320px) {
  .topService_card {
    flex-basis: 72vw;
    height: 36.2rem;
  }
}
@media screen and (min-width: 600px) {
  .topService_card {
    flex-basis: 40vw;
    height: 43.2rem;
  }
}

.topService_cardLink {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.topService_cardContent {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-rows: 1fr auto;
  height: 100%;
}
@media screen and (min-width: 320px) {
  .topService_cardContent {
    padding: 1.8rem 1.2rem 3.2rem 1.6rem;
    grid-template-columns: 10rem 1fr;
    -moz-column-gap: 3.2rem;
         column-gap: 3.2rem;
  }
}
@media screen and (min-width: 600px) {
  .topService_cardContent {
    padding: 4.8rem 3.2rem 3.2rem 5.6rem;
    grid-template-columns: 10rem 1fr;
    -moz-column-gap: 3.2rem;
         column-gap: 3.2rem;
  }
}

.topService_number {
  grid-column: 1;
  grid-row: 1;
  display: grid;
  place-items: center;
  align-self: start;
  border-radius: 50%;
  background: rgb(var(--color-main));
  color: rgb(var(--color-white));
  font-family: var(--font-wide);
  font-size: 4rem;
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: 0.02em;
  transition: transform 0.52s var(--ease-out), background 0.52s var(--ease-out), color 0.52s var(--ease-out);
}
@media screen and (min-width: 320px) {
  .topService_number {
    width: 4.8rem;
    height: 4.8rem;
  }
}
@media screen and (min-width: 600px) {
  .topService_number {
    width: 8.8rem;
    height: 8.8rem;
  }
}

.topService_number span {
  display: block;
  margin-bottom: -2rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 320px) {
  .topService_number span {
    font-size: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .topService_number span {
    font-size: 1rem;
  }
}

.topService_cardBody {
  grid-column: 2;
  grid-row: 1;
  padding-top: 0.8rem;
}

.topService_label {
  margin: 0;
  font-family: var(--font-wide);
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 320px) {
  .topService_label {
    font-size: 0.96rem;
  }
}
@media screen and (min-width: 600px) {
  .topService_label {
    font-size: 0.96rem;
  }
}

.topService_cardBody h3 {
  margin: 2rem 0 0;
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 320px) {
  .topService_cardBody h3 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 600px) {
  .topService_cardBody h3 {
    font-size: 2.4rem;
  }
}

.topService_cardBody p:not(.topService_label) {
  margin: 2rem 0 0;
  font-size: 1.36rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.topService_button {
  grid-column: 2;
  grid-row: 2;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  padding: 0.96rem 1.2rem 0.96rem 2rem;
  border-radius: 0.8rem;
  background: rgb(var(--color-main));
  color: rgb(var(--color-white));
  font-size: 1.28rem;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.4s var(--ease-out), background 0.4s var(--ease-out), color 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out);
}

.topService_button i {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.56rem;
  background: rgb(var(--color-white));
  transition: transform 0.4s var(--ease-out), background 0.4s var(--ease-out);
}

.topService_button i::before {
  content: "";
  position: absolute;
  inset: 0.76rem 0.88rem;
  border-top: 0.18rem solid rgb(var(--color-main));
  border-right: 0.18rem solid rgb(var(--color-main));
  transform: rotate(45deg);
  transition: border-color 0.4s var(--ease-out);
}

.topService_image {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 1;
  height: 54%;
  margin: 0;
  overflow: hidden;
}

.topService_image::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 2;
  background: linear-gradient(180deg, rgb(var(--color-white)) 0%, rgba(255, 255, 255, 0.84) 12%, rgba(255, 255, 255, 0.18) 44%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

.topService_image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background: rgba(50, 0, 255, 0.08);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.topService_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: saturate(0.92) contrast(0.96) brightness(1.02);
  transition: transform 0.8s var(--ease-out), filter 0.8s var(--ease-out);
}

.topService_card:hover .topService_number {
  transform: scale(0.92) rotate(-8deg);
  background: rgb(var(--color-white));
  color: rgb(var(--color-main));
  box-shadow: inset 0 0 0 0.16rem rgb(var(--color-main));
}

.topService_card:hover .topService_button {
  transform: translateX(0.4rem);
  background: rgb(var(--color-white));
  color: rgb(var(--color-main));
  box-shadow: inset 0 0 0 0.12rem rgb(var(--color-main));
}

.topService_card:hover .topService_button i {
  background: rgb(var(--color-main));
  transform: translateX(0.24rem);
}

.topService_card:hover .topService_button i::before {
  border-color: rgb(var(--color-white));
}

.topService_card:hover .topService_image img {
  transform: scale(1.06);
  filter: saturate(1.02) contrast(1) brightness(1.04);
}

.topService_progress {
  position: absolute;
  z-index: 3;
  left: 1.6rem;
  display: grid;
  grid-template-rows: auto auto;
  align-items: center;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  row-gap: 0.8rem;
  color: rgb(var(--color-white));
}
@media screen and (min-width: 320px) {
  .topService_progress {
    bottom: 8.6rem;
    grid-template-columns: 4.8rem 72vw;
  }
}
@media screen and (min-width: 600px) {
  .topService_progress {
    bottom: 17.6rem;
    grid-template-columns: 4.8rem 92vw;
  }
}

.topService_scrollText {
  grid-column: 1;
  grid-row: 1;
  font-family: var(--font-wide);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.topService_scrollIcon {
  position: relative;
  grid-column: 1;
  grid-row: 2;
  width: 3.2rem;
  height: 3.2rem;
  border: 0.16rem solid rgb(var(--color-white));
  border-radius: 50%;
}

.topService_scrollIcon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.9rem;
  height: 0.9rem;
  border-right: 0.16rem solid rgb(var(--color-white));
  border-bottom: 0.16rem solid rgb(var(--color-white));
  transform: translate(-50%, -62%) rotate(45deg);
}

.topService_progressBase {
  position: relative;
  grid-column: 2;
  grid-row: 2;
  display: block;
  height: 0.32rem;
  background: rgba(var(--color-white), 0.42);
  overflow: hidden;
}

.topService_progressBase span {
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(var(--color-white));
  transform: scaleX(0);
  transform-origin: left center;
}

/* ------------------------------------------------------------
  TOP / WORKS
------------------------------------------------------------ */
.topWorks {
  position: relative;
  overflow: clip;
  background: linear-gradient(180deg, rgba(99, 65, 255, 0.96) 0%, rgba(71, 34, 255, 0.98) 46%, rgb(63, 22, 255) 100%);
  color: rgb(var(--color-white));
  padding: 8rem 0 10rem;
}

.topWorks::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 28% 34%, rgba(255, 255, 255, 0.14) 0 1.2rem, transparent 18rem), radial-gradient(circle at 78% 8%, rgba(255, 255, 255, 0.16), transparent 26rem), linear-gradient(90deg, rgba(255, 255, 255, 0.05), transparent 24%, rgba(255, 255, 255, 0.04) 72%, transparent);
  opacity: 0.72;
  pointer-events: none;
}

.topWorks_bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70%;
  background: linear-gradient(180deg, rgba(74, 39, 255, 0) 0%, rgba(74, 39, 255, 0.68) 22%, rgba(74, 39, 255, 0.88) 74%, rgb(74, 39, 255) 100%), url("../images/works-bg.jpg") center bottom/cover no-repeat;
  mix-blend-mode: screen;
  opacity: 0.38;
}

.topWorks_inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0 5vw;
}

.topWorks_head {
  position: relative;
  margin-bottom: 5.6rem;
}

.topWorks_rule,
.topWorks_headLine {
  display: block;
  width: 100%;
  height: 0.1rem;
  background: rgba(var(--color-white), 0.58);
}

.topWorks_rule {
  margin-bottom: 3.6rem;
}

.topWorks_headLine {
  margin-top: 5.6rem;
  opacity: 0.36;
}

.topWorks_kicker {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin: 0 0 5.6rem;
  font-family: var(--font-wide);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}

.topWorks_kicker i {
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: rgb(var(--color-white));
}

.topWorks_titleRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}

.topWorks_title {
  margin: 0;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.35;
}

.topWorks_archiveButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  min-height: 4.2rem;
  border-radius: 0.8rem;
  background: rgb(var(--color-white));
  color: rgb(var(--color-main));
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 1.6rem 4rem rgba(21, 0, 160, 0.18);
  transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1), background 0.35s ease, color 0.35s ease, box-shadow 0.45s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (min-width: 320px) {
  .topWorks_archiveButton {
    font-size: 1.3rem;
    padding: 0 1.6rem 0 2.2rem;
  }
}
@media screen and (min-width: 600px) {
  .topWorks_archiveButton {
    font-size: 2rem;
    padding: 0 1.6rem 0 2.2rem;
  }
}

.topWorks_archiveButton i {
  position: relative;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 0.44rem;
  background: rgb(var(--color-main));
  transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1), background 0.35s ease;
}

.topWorks_archiveButton i::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.62rem;
  height: 0.62rem;
  border-top: 0.16rem solid rgb(var(--color-white));
  border-right: 0.16rem solid rgb(var(--color-white));
  transform: translate(-62%, -50%) rotate(45deg);
}

.topWorks_archiveButton:hover {
  transform: translateY(-0.24rem);
  background: rgb(var(--color-main));
  color: rgb(var(--color-white));
  box-shadow: 0 2.4rem 5.6rem rgba(21, 0, 160, 0.28);
}

.topWorks_archiveButton:hover i {
  background: rgb(var(--color-white));
  transform: translateX(0.32rem);
}

.topWorks_archiveButton:hover i::before {
  border-color: rgb(var(--color-main));
}

.topWorks_body {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 11vw;
  align-items: start;
}

@media screen and (min-width: 320px) {
  .topWorks_pickup {
    padding-bottom: 3.2rem;
  }
}
@media screen and (min-width: 600px) {
  .topWorks_pickup {
    position: sticky;
    top: 20rem;
    padding-bottom: 4rem;
  }
}

.topWorks_pickupCard,
.topWorks_itemLink {
  display: block;
  color: rgb(var(--color-white));
}

.topWorks_pickupImage,
.topWorks_itemImage {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: rgb(var(--color-white));
  box-shadow: 0 2rem 4rem rgba(23, 0, 150, 0.12);
}

.topWorks_pickupImage {
  border-radius: 1.2rem;
  aspect-ratio: 1.47/1;
  margin-bottom: 3.2rem;
}

.topWorks_itemImage {
  border-radius: 1rem;
  aspect-ratio: 1.56/1;
  margin-bottom: 2rem;
}

.topWorks_pickupImage img,
.topWorks_itemImage img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 0.45s ease, transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), filter 0.45s ease;
}

.topWorks_pickupCard:hover .topWorks_pickupImage img,
.topWorks_itemLink:hover .topWorks_itemImage img {
  transform: scale(1.1);
  filter: brightness(1.08) saturate(1.04);
}

.topWorks_pickupImage::after,
.topWorks_itemImage::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 0.1rem rgba(var(--color-white), 0.12);
  pointer-events: none;
}

.topWorks_meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.4rem;
  margin-bottom: 1.6rem;
  font-family: var(--font-wide);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.topWorks_category,
.topWorks_meta time {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.topWorks_category i,
.topWorks_meta time i {
  position: relative;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
}

.topWorks_category i::before {
  content: "";
  position: absolute;
  left: 0.16rem;
  top: 0.16rem;
  width: 1.1rem;
  height: 1.1rem;
  background: rgb(var(--color-white));
  border-radius: 0.24rem 0.24rem 0.24rem 0.02rem;
  transform: rotate(45deg);
}

.topWorks_category i::after {
  content: "";
  position: absolute;
  left: 0.48rem;
  top: 0.48rem;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  background: rgb(var(--color-main));
}

.topWorks_meta time i {
  border-radius: 50%;
  background: rgb(var(--color-white));
}

.topWorks_meta time i::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.1rem;
  height: 0.48rem;
  background: rgb(var(--color-main));
  transform: translate(-50%, -88%);
}

.topWorks_meta time i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.48rem;
  height: 0.1rem;
  background: rgb(var(--color-main));
  transform: translate(-10%, -50%);
}

.topWorks_pickup h3,
.topWorks_item h3 {
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.55;
  transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.35s ease;
}

.topWorks_pickup h3 {
  font-size: 2.8rem;
}

.topWorks_item h3 {
  font-size: 1.9rem;
}

.topWorks_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin-top: 2rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  opacity: 0.82;
}

.topWorks_pickupCard:hover h3,
.topWorks_itemLink:hover h3 {
  transform: translateX(0.48rem);
  opacity: 0.86;
}

.topWorks_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 5.6rem;
       column-gap: 5.6rem;
  row-gap: 4rem;
}

.topWorks_item {
  padding-bottom: 3.2rem;
  border-bottom: 0.1rem solid rgba(var(--color-white), 0.36);
}

.topWorks_item:nth-child(odd) {
  border-right: 0.1rem solid rgba(var(--color-white), 0.28);
  padding-right: 5.6rem;
}

.topWorks_item:nth-child(even) {
  padding-top: 0;
}

.topWorks_item:nth-child(2n+3) {
  margin-top: 3.2rem;
}

@media screen and (min-width: 320px) {
  .topWorks {
    padding: 7.2rem 0 8rem;
  }
  .topWorks_inner {
    padding: 0 6vw;
  }
  .topWorks_titleRow {
    display: block;
  }
  .topWorks_archiveButton {
    margin-top: 3.2rem;
  }
  .topWorks_body {
    display: block;
  }
  .topWorks_list {
    grid-template-columns: 1fr;
    gap: 4.8rem;
  }
  .topWorks_item:nth-child(odd) {
    border-right: none;
    padding-right: 0;
  }
  .topWorks_item:nth-child(2n+3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 600px) {
  .topWorks_inner {
    padding: 0 5vw;
  }
  .topWorks_body {
    display: grid;
    grid-template-columns: 1fr 1.08fr;
    gap: 6vw;
  }
  .topWorks_list {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    row-gap: 4rem;
  }
  .topWorks_item:nth-child(odd) {
    border-right: 0.1rem solid rgba(var(--color-white), 0.28);
    padding-right: 4rem;
  }
}
@media screen and (min-width: 1025px) {
  .topWorks_body {
    grid-template-columns: 1fr 1.2fr;
    gap: 11vw;
  }
  .topWorks_list {
    -moz-column-gap: 5.6rem;
         column-gap: 5.6rem;
  }
  .topWorks_item:nth-child(odd) {
    padding-right: 5.6rem;
  }
}/*# sourceMappingURL=toppage.css.map */